jorisvandenbossche commented on a change in pull request #11814:
URL: https://github.com/apache/arrow/pull/11814#discussion_r759641802



##########
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"/"feather", and "csv". If a FileSystemDataset is

Review comment:
       ```suggestion
           "parquet", "ipc"/"arrow"/"feather", and "csv". If a 
FileSystemDataset is
   ```




-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to