AlenkaF commented on code in PR #12838:
URL: https://github.com/apache/arrow/pull/12838#discussion_r855485487


##########
python/pyarrow/parquet/__init__.py:
##########
@@ -2928,8 +2928,10 @@ def write_to_dataset(table, root_path, 
partition_cols=None,
                      partition_filename_cb=None, filesystem=None,
                      use_legacy_dataset=None, schema=None,
                      partitioning=None, basename_template=None,
-                     use_threads=None, file_visitor=None, **kwargs):
-    """Wrapper around parquet.write_dataset for writing a Table to
+                     use_threads=None, file_visitor=None,
+                     existing_data_behavior='overwrite_or_ignore',

Review Comment:
   Changed it to None.



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

Reply via email to