dramaticlly commented on code in PR #8394:
URL: https://github.com/apache/iceberg/pull/8394#discussion_r1329566436


##########
spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java:
##########
@@ -828,6 +828,26 @@ public void testDefaultSortOrder() {
     assertEquals("Data after compaction should not change", expectedRecords, 
actualRecords);
   }
 
+  @Test
+  public void testRewriteWithUntranslatedOrUnconvertedFilter() {

Review Comment:
   nit: this can potentially be part of existing test 
`testRewriteDataFilesWithInvalidInputs` but I think it's also fine to leave it 
here.



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