RussellSpitzer commented on code in PR #9352: URL: https://github.com/apache/iceberg/pull/9352#discussion_r1439676343
########## data/src/main/java/org/apache/iceberg/data/DeleteFilter.java: ########## @@ -138,7 +138,7 @@ public void incrementDeleteCount() { counter.increment(); } - Accessor<StructLike> posAccessor() { + public Accessor<StructLike> posAccessor() { Review Comment: Why do we want to open this up? -- 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