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 2022/02/08 13:14:00 UTC

[jira] [Created] (ARROW-15612) [C++] Migrate Flight APIs to Result<>

Antoine Pitrou created ARROW-15612:
--------------------------------------

             Summary: [C++] Migrate Flight APIs to Result<>
                 Key: ARROW-15612
                 URL: https://issues.apache.org/jira/browse/ARROW-15612
             Project: Apache Arrow
          Issue Type: Task
          Components: C++, FlightRPC
            Reporter: Antoine Pitrou
             Fix For: 8.0.0


A number of Flight APIs use the convention of returning a {{Status}} and filling an actual return value in a pointer-out ({{T*}}) parameter. They should be migrated to returning {{Result<T>}} instead, together with a deprecation notice on the legacy API.

Examples are {{BasicAuth::Serialize}}, {{BasicAuth::Deserialize}}, {{Location::Parse}}, etc.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)