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

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

    [ https://issues.apache.org/jira/browse/ARROW-13793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17408114#comment-17408114 ] 

Junwang Zhao commented on ARROW-13793:
--------------------------------------

I will fire a PR on this issue if you don't mind, thanks :)

> [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
>            Priority: Trivial
>              Labels: beginner, easy
>             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)