pan3793 commented on a change in pull request #4118:
URL: https://github.com/apache/iceberg/pull/4118#discussion_r806382125
##########
File path: spark/v3.1/build.gradle
##########
@@ -152,8 +152,8 @@ project(":iceberg-spark:iceberg-spark-extensions-3.1_2.12")
{
// Required because we remove antlr plugin dependencies from the compile
configuration, see note above
// We shade this in Spark3 Runtime to avoid issues with Spark's Antlr
Runtime
- runtimeOnly "org.antlr:antlr4-runtime:4.7.1"
- antlr "org.antlr:antlr4:4.7.1"
+ runtimeOnly "org.antlr:antlr4-runtime:4.8"
+ antlr "org.antlr:antlr4:4.8"
Review comment:
I remember we shaded antlr because we choose to make spark3-runtime
support both spark 3.0/3.1, and they bundle the different version of antlr,
since we split spark runtime jar by minor version, we can exclude antlr and
avoid shading.
##########
File path: spark/v3.1/build.gradle
##########
@@ -152,8 +152,8 @@ project(":iceberg-spark:iceberg-spark-extensions-3.1_2.12")
{
// Required because we remove antlr plugin dependencies from the compile
configuration, see note above
// We shade this in Spark3 Runtime to avoid issues with Spark's Antlr
Runtime
- runtimeOnly "org.antlr:antlr4-runtime:4.7.1"
- antlr "org.antlr:antlr4:4.7.1"
+ runtimeOnly "org.antlr:antlr4-runtime:4.8"
+ antlr "org.antlr:antlr4:4.8"
Review comment:
I remember we shaded antlr because we choose to make spark3-runtime
support both spark 3.0/3.1, and they bundle the different version of antlr,
since we split spark runtime jar by minor spark version, we can exclude antlr
and avoid shading.
--
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]