huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1794321464
########## gradle/libs.versions.toml: ########## @@ -47,6 +47,7 @@ flink120 = { strictly = "1.20.0"} google-libraries-bom = "26.47.0" guava = "33.3.0-jre" hadoop2 = "2.7.3" +hadoop34 = "3.4.0" # For Spark 4.0 support Review Comment: Changed. Thanks ########## gradle/libs.versions.toml: ########## @@ -137,6 +139,7 @@ hadoop2-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "ha hadoop2-hdfs = { module = "org.apache.hadoop:hadoop-hdfs", version.ref = "hadoop2" } hadoop2-mapreduce-client-core = { module = "org.apache.hadoop:hadoop-mapreduce-client-core", version.ref = "hadoop2" } hadoop2-minicluster = { module = "org.apache.hadoop:hadoop-minicluster", version.ref = "hadoop2" } +hadoop34-minicluster = { module = "org.apache.hadoop:hadoop-minicluster", version.ref = "hadoop34" } Review Comment: Changed ########## spark/v4.0/build.gradle: ########## @@ -33,6 +34,7 @@ configure(sparkProjects) { force "com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson215.get()}" force "com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson215.get()}" force "com.fasterxml.jackson.core:jackson-core:${libs.versions.jackson215.get()}" + force "org.antlr:antlr4:${antlrVersion}" Review Comment: Shouldn't need `force`. Fixed. Thanks -- 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