pitrou commented on a change in pull request #7225:
URL: https://github.com/apache/arrow/pull/7225#discussion_r428583281



##########
File path: cpp/src/arrow/io/interfaces.h
##########
@@ -51,6 +51,8 @@ struct ReadRange {
 // EXPERIMENTAL
 struct ARROW_EXPORT AsyncContext {
   ::arrow::internal::Executor* executor;
+  // An application-specific ID, forwarded to executor task submissions
+  int64_t external_id = -1;

Review comment:
       @lidavidm Is `int64_t` sufficient 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to