pitrou commented on code in PR #41875:
URL: https://github.com/apache/arrow/pull/41875#discussion_r1619141322


##########
cpp/src/arrow/dataset/dataset_writer.cc:
##########
@@ -431,7 +432,7 @@ class DatasetWriterDirectoryQueue {
   Future<> init_future_;
   std::string current_filename_;
   std::unordered_set<std::string> used_filenames_;
-  DatasetWriterFileQueue* latest_open_file_ = nullptr;

Review Comment:
   @bkietz Do you know if there was a specific reason to use a raw pointer here?



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