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)

Reply via email to