Tom-Newton commented on code in PR #43096:
URL: https://github.com/apache/arrow/pull/43096#discussion_r1716437976


##########
cpp/src/arrow/filesystem/azurefs.h:
##########
@@ -112,6 +112,9 @@ struct ARROW_EXPORT AzureOptions {
   /// This will be ignored if non-empty metadata is passed to OpenOutputStream.
   std::shared_ptr<const KeyValueMetadata> default_metadata;
 
+  /// Whether OutputStream writes will be issued in the background, without 
blocking.
+  bool background_writes = false;

Review Comment:
   I don't feel strongly, but personally I think we should stop adding 
functionality and perhaps remove some from  `ExtractFromUriQuery()` as was 
suggested in https://github.com/apache/arrow/issues/43197



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