You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/04/11 08:25:11 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #35017: GH-35014: [Python] Make sure unit tests can run without acero

raulcd commented on code in PR #35017:
URL: https://github.com/apache/arrow/pull/35017#discussion_r1162468149


##########
python/pyarrow/tests/parquet/test_dataset.py:
##########
@@ -1448,6 +1448,7 @@ def test_write_to_dataset_no_partitions_s3fs(
     "ignore:'ParquetDataset:FutureWarning",
     "ignore:'partition_filename_cb':FutureWarning")
 @pytest.mark.pandas
+@pytest.mark.dataset

Review Comment:
   This should not be required because we are already marking all as requiring dataset: https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_dataset.py#L59
   



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org