AlenkaF commented on code in PR #39112:
URL: https://github.com/apache/arrow/pull/39112#discussion_r1432655935
##########
python/pyarrow/tests/test_dataset.py:
##########
@@ -1388,16 +1380,13 @@ def _create_dataset_all_types(tempdir, chunk_size=None):
path = str(tempdir / "test_parquet_dataset_all_types")
# write_to_dataset currently requires pandas
Review Comment:
Oh yes, it was needed for `partition_cols` in the legacy path:
https://github.com/apache/arrow/blob/87865b5a85c722ef7578aed4300e9d0b219c909c/python/pyarrow/parquet/core.py#L3516
Will remove.
--
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]