stevenzwu commented on code in PR #12527: URL: https://github.com/apache/iceberg/pull/12527#discussion_r2003995287
########## gradle.properties: ########## @@ -16,8 +16,8 @@ jmhOutputPath=build/reports/jmh/human-readable-output.txt jmhJsonOutputPath=build/reports/jmh/results.json jmhIncludeRegex=.* -systemProp.defaultFlinkVersions=1.20 -systemProp.knownFlinkVersions=1.18,1.19,1.20 +systemProp.defaultFlinkVersions=1.20,2.0 +systemProp.knownFlinkVersions=1.18,1.19,1.20,2.0 Review Comment: we typically remove the oldest version (1.18) and set the newest version default (2.0). Delete of the old version module could be a separate commit in this PR. build file change for 1.18 can be combined in same commit for 1.20 related change. basically, we just need to review one single commit. other commits are just bulk file move, add, deletion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org