pvary commented on PR #13433: URL: https://github.com/apache/iceberg/pull/13433#issuecomment-3024245417
> I was actually carefully evaluating on the new APIs, but so far they don't feel like a proper place to let Gluten plug in. Gluten actually offloads more information to native for processing, including the row delete files, which means they are processed in native so the JVM-side row-based `DeleteFilter` will not be needed. Maybe you are looking for this: https://github.com/apache/iceberg/pull/12298/files#diff-f96b8e4567069fcc597f1802541029d2d1707ec5bc128a631ed7244bf364e22bR114? The `DeleteFilter` is pushed down in the Parquet vectorized reader case. Based on Ryan's suggestion, I have moved this to a Parquet only feature until we see more use-cases -- 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