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

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

     [ https://issues.apache.org/jira/browse/ARROW-13793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-13793.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 11065
[https://github.com/apache/arrow/pull/11065]

> [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
>            Assignee: Junwang Zhao
>            Priority: Trivial
>              Labels: beginner, easy, pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {{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)