wypoon commented on code in PR #6026:
URL: https://github.com/apache/iceberg/pull/6026#discussion_r1003550199
##########
spark/v3.3/build.gradle:
##########
@@ -140,6 +140,9 @@
project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer
exclude group: 'org.roaringbitmap'
}
+ testImplementation project(':iceberg-parquet')
+ testImplementation "org.apache.parquet:parquet-column"
Review Comment:
Added a test in `TestSparkReaderDeletes` as you suggested, so there is no
need to modify the spark-extensions build.
--
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]