sanjibansg commented on a change in pull request #12530: URL: https://github.com/apache/arrow/pull/12530#discussion_r821917951
########## File path: cpp/src/arrow/dataset/dataset_writer.cc ########## @@ -249,6 +249,16 @@ class DatasetWriterDirectoryQueue : public util::AsyncDestroyable { write_options_(write_options), writer_state_(writer_state) {} + DatasetWriterDirectoryQueue(std::string directory, std::string prefix, Review comment: Made the change. Removed the additional constructor. -- 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