You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/10/06 14:26:00 UTC

[jira] [Created] (ARROW-10196) [C++] Add Future::DeferNotOk()

Ben Kietzman created ARROW-10196:
------------------------------------

             Summary: [C++] Add Future::DeferNotOk()
                 Key: ARROW-10196
                 URL: https://issues.apache.org/jira/browse/ARROW-10196
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 1.0.1
            Reporter: Ben Kietzman
            Assignee: Ben Kietzman
             Fix For: 2.0.0


Provide a static method mapping Result<Future<T>> -> Future<T>. If the Result is an error, a finished future containing its Status will be constructed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)