jorisvandenbossche commented on a change in pull request #11814:
URL: https://github.com/apache/arrow/pull/11814#discussion_r761168580
##########
File path: python/pyarrow/dataset.py
##########
@@ -757,10 +757,10 @@ def write_dataset(data, base_dir, basename_template=None,
format=None,
"part-{i}." + format.default_extname
format : FileFormat or str
The format in which to write the dataset. Currently supported:
- "parquet", "ipc"/"feather". If a FileSystemDataset is being written
- and `format` is not specified, it defaults to the same format as the
- specified FileSystemDataset. When writing a Table or RecordBatch, this
- keyword is required.
+ "parquet", "ipc"/"arrow"/"feather", and "csv". If a FileSystemDataset
is
Review comment:
This line now has become one character too long ..
--
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]