aokolnychyi commented on code in PR #15268:
URL: https://github.com/apache/iceberg/pull/15268#discussion_r2784103037


##########
core/src/main/java/org/apache/iceberg/DeleteFileIndex.java:
##########
@@ -801,15 +828,15 @@ private static long[] indexSeqs(EqualityDeleteFile[] 
files) {
   // an equality delete file wrapper that caches the converted boundaries for 
faster boundary checks
   // this class is not meant to be exposed beyond the delete file index
   private static class EqualityDeleteFile {
-    private final PartitionSpec spec;
+    private final Function<Integer, Types.NestedField> fieldLookup;

Review Comment:
   We previously used `spec.schema()` to resolve equality fields. That's not OK.



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