kbendick commented on a change in pull request #3332:
URL: https://github.com/apache/iceberg/pull/3332#discussion_r733148865
##########
File path: spark/v3.0/build.gradle
##########
@@ -105,6 +105,8 @@ project(":iceberg-spark:iceberg-spark3-extensions") {
compileOnly project(path: ':iceberg-bundled-guava', configuration:
'shadow')
compileOnly project(':iceberg-api')
compileOnly project(':iceberg-core')
+ compileOnly project(':iceberg-data')
+ compileOnly project(':iceberg-orc')
Review comment:
These are already listed as `implementation` higher up, so I'm wondering
if this is ok as it's `compileOnly` and they wind up in the resulting Spark3
runtime jars anway?
--
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]