You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/08/30 12:28:00 UTC

[jira] [Created] (ARROW-13793) [C++] Migrate ORCFileReader to Result

Antoine Pitrou created ARROW-13793:
--------------------------------------

             Summary: [C++] Migrate ORCFileReader to Result<T>
                 Key: ARROW-13793
                 URL: https://issues.apache.org/jira/browse/ARROW-13793
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Antoine Pitrou
             Fix For: 6.0.0


{{ORCFileReader}} currently returns Status together with an out-pointer for most methods returning a useful value. New variants of these methods returning a {{Result<T>}} should be created, and the legacy variants be marked deprecated.



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