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


##########
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:
   I would probably rather use the previous hadoop version with Spark 3.5 
instead of pulling in these dependencies



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