GitHub user sidneymau added a comment to the discussion: Iterating over parquet 
dataset in batches

Yes, `pq.filters_to_expression` is the only way I am aware for converting 
filters written in that way to compute expressions, and I have used it to do 
similar things. I think the more idiomatic solution would be to directly write 
the compute expression (e.g., filter = `ds.field("pt") > -1.0`, but I agree 
that `pq.filters_to_expression` is useful and ought to be documented

GitHub link: 
https://github.com/apache/arrow/discussions/47988#discussioncomment-14808174

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to