amogh-jahagirdar commented on code in PR #9102:
URL: https://github.com/apache/iceberg/pull/9102#discussion_r1398496635


##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##########
@@ -135,7 +135,7 @@ public static Object[][] parameters() {
         true,
         WRITE_DISTRIBUTION_MODE_NONE,
         false,
-        null,
+        "test",

Review Comment:
   Right, we don't have the upper/lower bounds on columns so evaluation of 
whether the file can be deleted just based off the delete predicate fails. So 
as far as I can tell metadata deletes aren't possible with Avro data files (and 
thus our existing tests for metadata deletes just skip in case the file format 
is Avro)



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to