wypoon commented on code in PR #6026:
URL: https://github.com/apache/iceberg/pull/6026#discussion_r1002282879


##########
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:
   Let me look into your test pointers.
   I put my repro in spark-extensions because I was simply following the 
example given in https://github.com/apache/iceberg/issues/5927. And in order to 
use UPDATE, we need the spark-extensions JAR to be present.



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