bkietz commented on a change in pull request #8305:
URL: https://github.com/apache/arrow/pull/8305#discussion_r502509714
##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -2200,7 +2196,7 @@ def test_write_dataset(tempdir):
dataset = ds.dataset(directory)
target = tempdir / 'single-directory-target'
- expected_files = [target / "dat_0.ipc", target / "dat_1.ipc"]
+ expected_files = [target / "part-0.feather"]
Review comment:
After this patch, a single file will be written for each partition
directory. In a follow up we'll add an optional cap on file size
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]