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


##########
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:
   Thanks for pointing this out. I rebased onto the current master and dropped 
the Spark 3.4 change since that module has been removed upstream.



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