huaxingao commented on code in PR #12494:
URL: https://github.com/apache/iceberg/pull/12494#discussion_r2048284042
##########
gradle/libs.versions.toml:
##########
@@ -92,6 +94,8 @@ aliyun-sdk-oss = { module = "com.aliyun.oss:aliyun-sdk-oss",
version.ref = "aliy
analyticsaccelerator-s3 = { module =
"software.amazon.s3.analyticsaccelerator:analyticsaccelerator-s3", version.ref
= "analyticsaccelerator" }
antlr-antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr" }
antlr-runtime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr" }
+antlr-antlr413 = { module = "org.antlr:antlr4", version.ref = "antlr413" }
+antlr-runtime413 = { module = "org.antlr:antlr4-runtime", version.ref =
"antlr413" }
Review Comment:
We still need the original `antlr = "4.9.3"` to build Spark 3.4 and 3.5.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]