haohuaijin commented on PR #10859:
URL: https://github.com/apache/arrow-rs/pull/10859#issuecomment-5731725301
Hi @alamb, would you have time to review this?
The idea is that consecutive RowFilter predicates on the same column are
evaluated together on one decoded batch, instead of each predicate decoding the
column again or replaying it from the predicate cache. The core change is in
`parquet/src/arrow/arrow_reader/filter.rs`.
I'd like to know whether you think this is a good direction.
--
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]