RussellSpitzer commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1793748247
########## 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: Why do we have to force here? Shouldn't we be ok just pulling the Antlr out of the spark 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: 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