You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/02 14:52:10 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #11814: ARROW-14931: [Python] csv/orc format strings missing from some dataset docs

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

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