You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/21 10:57:12 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #7225: ARROW-8847: [C++] Pass task hints in Executor API

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:
users@infra.apache.org