alamb commented on issue #8657:
URL: https://github.com/apache/arrow-rs/issues/8657#issuecomment-3534600807

   I have confrmed
   
   ```rust
       let mut stream = builder
           .with_row_filter(RowFilter::new(vec![Box::new(predicate)]))
           .with_projection(projection_mask)
           .with_max_predicate_cache_size(0) // <-- turning off the predicate 
cache works around the issue
           .build()?;
   ```


-- 
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]

Reply via email to