lidavidm commented on a change in pull request #10118:
URL: https://github.com/apache/arrow/pull/10118#discussion_r635241191



##########
File path: python/pyarrow/dataset.py
##########
@@ -780,5 +784,5 @@ def write_dataset(data, base_dir, basename_template=None, 
format=None,
 
     _filesystemdataset_write(
         scanner, base_dir, basename_template, filesystem, partitioning,
-        file_options, max_partitions
+        file_options, use_threads, use_async, max_partitions

Review comment:
       Well, `use_threads` defaults to True so it's enabled. I don't think it'd 
hurt to pass them both through.




-- 
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]


Reply via email to