bkietz commented on a change in pull request #8305:
URL: https://github.com/apache/arrow/pull/8305#discussion_r501159333
##########
File path: python/pyarrow/dataset.py
##########
@@ -741,6 +746,12 @@ def write_dataset(data, base_dir, format=None,
partitioning=None, schema=None,
)
format = _ensure_format(format)
+ if basename_template is None:
+ basename_template = "dat_{i}." + format.default_extname
Review comment:
Not a problem, I'll push this shortly
----------------------------------------------------------------
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]