Abacn commented on code in PR #35037:
URL: https://github.com/apache/beam/pull/35037#discussion_r2114254920
##########
sdks/java/io/iceberg/build.gradle:
##########
@@ -37,8 +37,8 @@ def hadoopVersions = [
hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
-def iceberg_version = "1.6.1"
-def parquet_version = "1.15.1"
+def iceberg_version = "1.9.0"
Review Comment:
there are other components depend on IcebergIO (e.g. managed) we may need to
bump requireJavaVersion for all of them which makes the scope of change larger.
If the old version is still compatible let's pin to i for now
--
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]