findepi commented on code in PR #6167: URL: https://github.com/apache/iceberg/pull/6167#discussion_r1633430132
########## settings.gradle: ########## @@ -52,6 +52,12 @@ project(':nessie').name = 'iceberg-nessie' project(':gcp').name = 'iceberg-gcp' project(':dell').name = 'iceberg-dell' +if (null != System.getProperty("allVersions")) { + System.setProperty("flinkVersions", System.getProperty("knownFlinkVersions")) + System.setProperty("sparkVersions", System.getProperty("knownSparkVersions")) + System.setProperty("hiveVersions", System.getProperty("knownHiveVersions")) Review Comment: is it intentional to now have scalaVersions here? if not, we can add it -- https://github.com/apache/iceberg/pull/10478 -- 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