sanjibansg commented on code in PR #12701:
URL: https://github.com/apache/arrow/pull/12701#discussion_r854046783
##########
cpp/src/arrow/dataset/file_base.h:
##########
@@ -387,6 +387,9 @@ struct ARROW_DS_EXPORT FileSystemDatasetWriteOptions {
/// Controls what happens if an output directory already exists.
ExistingDataBehavior existing_data_behavior = ExistingDataBehavior::kError;
+ /// Flag to restrict or allow creating directory for writing the dataset.
Review Comment:
Made the change, thanks!
##########
python/pyarrow/tests/util.py:
##########
@@ -30,6 +30,8 @@
import string
import subprocess
import sys
+import re
Review Comment:
Made the change.
--
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]