jackye1995 commented on a change in pull request #3237:
URL: https://github.com/apache/iceberg/pull/3237#discussion_r723864433
##########
File path: build.gradle
##########
@@ -1021,15 +1025,15 @@ if (jdkVersion == '8') {
implementation project(':iceberg-parquet')
implementation project(':iceberg-arrow')
implementation project(':iceberg-hive-metastore')
- implementation project(':iceberg-spark')
+ implementation project(':iceberg-spark-common')
implementation "com.github.ben-manes.caffeine:caffeine"
compileOnly "org.apache.avro:avro"
compileOnly("org.apache.spark:spark-hive_2.11") {
Review comment:
ideally we want this to also build against the correct Scala and spark
versions. But currently the build would not pass if building against Spark 3.
Should fix that in the formal PR.
--
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]