stevenzwu commented on code in PR #4683: URL: https://github.com/apache/iceberg/pull/4683#discussion_r867265639
########## data/src/main/java/org/apache/iceberg/data/DeleteFilter.java: ########## @@ -67,6 +66,8 @@ private final List<DeleteFile> eqDeletes; private final Schema requiredSchema; private final Accessor<StructLike> posAccessor; + private final boolean hasColumnIsDeleted; + private final int columnIsDeletedPosition; Review Comment: nit: isDeletedColumnPosition? -- 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]
