milesgranger commented on code in PR #14096:
URL: https://github.com/apache/arrow/pull/14096#discussion_r978456418


##########
python/pyarrow/parquet/core.py:
##########
@@ -191,6 +190,11 @@ def convert_single_predicate(col, op, val):
     return reduce(operator.or_, disjunction_members)
 
 
+_filters_to_expression = _deprecate_api(

Review Comment:
   Ah, and I thought I wouldn't need to run the tests locally after dropping 
that commit, "BeCaUsE tHiS wAs EaSy" :stuck_out_tongue_winking_eye: 



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