adam-christian-software commented on code in PR #3188:
URL: https://github.com/apache/polaris/pull/3188#discussion_r2653232447


##########
plugins/spark/v3.5/integration/build.gradle.kts:
##########
@@ -35,6 +35,14 @@ val scalaLibraryVersion =
     pluginlibs.versions.scala213.get()
   }
 
+configurations.all {
+  if (name != "checkstyle") {
+    resolutionStrategy {
+      force("org.antlr:antlr4-runtime:4.9.3") // Spark 3.5 and Delta 3.3 
require ANTLR 4.9.3

Review Comment:
   I'm going to close because of 
https://github.com/apache/polaris/pull/3188#issuecomment-3699692026, but I'll 
handle this post-first merge.



-- 
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]

Reply via email to