AlenkaF commented on code in PR #14011:
URL: https://github.com/apache/arrow/pull/14011#discussion_r959432256


##########
python/pyarrow/tests/parquet/test_dataset.py:
##########
@@ -556,7 +557,12 @@ def test_filters_invalid_column(tempdir, 
use_legacy_dataset):
 
 @pytest.mark.pandas
 @parametrize_legacy_dataset
-def test_filters_read_table(tempdir, use_legacy_dataset):
[email protected]("filters",
+                         ([('integers', '<', 3)],
+                          [[('integers', '<', 3)]],
+                          pc.field('integers') < 3))
[email protected]("read", (pq.read_table, pq.read_pandas))
+def test_filters_read_table(tempdir, use_legacy_dataset, filters, read):

Review Comment:
   +1



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