simonelbaz commented on code in PR #47599:
URL: https://github.com/apache/arrow/pull/47599#discussion_r2433781809
##########
cpp/src/arrow/dataset/dataset_writer.cc:
##########
@@ -383,8 +383,11 @@ class DatasetWriterDirectoryQueue
}
init_future_ = Future<>::Make();
auto create_dir_cb = [this] {
- return
DeferNotOk(write_options_.filesystem->io_context().executor()->Submit(
- [this]() { return write_options_.filesystem->CreateDir(directory_);
}));
+ return DeferNotOk(
Review Comment:
Thanks for your feedback. I am going to test without modifying the
`CreateDir` function.
--
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]