Abacn commented on code in PR #35037: URL: https://github.com/apache/beam/pull/35037#discussion_r2114261459
########## 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: #35064 may help. After it gets checked in one can try to initiate an IcebergIO (w/wo managed) pipeline using Java8 to Dataflow. If it works we can bump the version. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org