jorisvandenbossche commented on code in PR #34401:
URL: https://github.com/apache/arrow/pull/34401#discussion_r1150200250
##########
python/pyarrow/tests/test_exec_plan.py:
##########
@@ -209,44 +209,27 @@ def test_filter_table_errors():
})
with pytest.raises(pa.ArrowTypeError):
- ep._filter_table(
- t, pc.divide(pc.field("a"), pc.scalar(2)),
- output_type=pa.Table
Review Comment:
Since we only ever used `output_type=pa.Table` option for this keyword in
`_filter_table`, I removed the keyword and simplified the tests
--
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]