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

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

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

ASF GitHub Bot updated ARROW-13793:
-----------------------------------
    Labels: beginner easy pull-request-available  (was: beginner easy)

> [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, pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 10m
>  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)