vrozov commented on PR #52490: URL: https://github.com/apache/spark/pull/52490#issuecomment-3571878873
@holdenk Iceberg Spark SQL extension currently depends on the version of `antlr4` runtime provided by Spark, and AFAIK, this is why Iceberg maintains different code for Spark 4.0 and Spark 3.4. With this change Iceberg extension can use provided `spark-parser.jar` and shaded `antlr4` runtime classes for Spark 4.x (in case the PR is accepted). -- 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]
