rdblue commented on code in PR #10962:
URL: https://github.com/apache/iceberg/pull/10962#discussion_r1859261982


##########
core/src/test/java/org/apache/iceberg/TestBase.java:
##########
@@ -108,6 +108,14 @@ public class TestBase {
           .withPartitionPath("data_bucket=1") // easy way to set partition 
data for now
           .withRecordCount(1)
           .build();
+  static final DeleteFile FILE_B2_DELETES =

Review Comment:
   I think a better name would be `FILE_B_EQ_DELETES` because I think that's 
how you're using it.



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