yeya24 commented on code in PR #8315:
URL: https://github.com/apache/arrow-rs/pull/8315#discussion_r2342766242
##########
parquet/src/arrow/arrow_reader/filter.rs:
##########
@@ -172,7 +172,7 @@ where
/// [`RowSelection`]: crate::arrow::arrow_reader::RowSelection
pub struct RowFilter {
/// A list of [`ArrowPredicate`]
- pub(crate) predicates: Vec<Box<dyn ArrowPredicate>>,
+ pub predicates: Vec<Box<dyn ArrowPredicate>>,
Review Comment:
Fixed in latest commit
--
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]