stevenzwu commented on code in PR #12527: URL: https://github.com/apache/iceberg/pull/12527#discussion_r2004787419
########## 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 will use `rebase and merge` for this PR to keep the individual commits. Before this is merged, we need to have 4 commits. See examples here https://github.com/apache/iceberg/pull/10881/commits -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
