nastra commented on code in PR #15897:
URL: https://github.com/apache/iceberg/pull/15897#discussion_r3280169771


##########
spark/v3.4/build.gradle:
##########
@@ -261,6 +263,8 @@ 
project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio
     // runtime dependencies for running REST Catalog based integration test
     integrationRuntimeOnly project(path: ':iceberg-core', configuration: 
'testArtifacts')
     integrationRuntimeOnly (project(path: ':iceberg-open-api', configuration: 
'testFixturesRuntimeElements'))
+    // Spark 3.4 + Hive 2 still load legacy javax.servlet classes at runtime
+    integrationRuntimeOnly libs.javax.servlet

Review Comment:
   please rebase, because Spark 3.4 module has been removed



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

Reply via email to