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


##########
spark/v3.5/build.gradle:
##########
@@ -262,6 +264,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.5 + Hive 2 still load legacy javax.servlet classes at runtime
+    integrationRuntimeOnly libs.javax.servlet

Review Comment:
   Good point, thanks. I checked the dependency path and Hadoop 3.5.0 is coming 
into the Spark 3.5 test and integration runtimes via `:iceberg-open-api` test 
fixtures. I dropped the `javax.servlet` workaround and pinned those runtimes 
back to Hadoop 3.4.3 instead.



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