[
https://issues.apache.org/jira/browse/ARROW-15612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs updated ARROW-15612:
------------------------------------
Fix Version/s: 9.0.0
(was: 8.0.0)
> [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
> Assignee: Tobias Zagorni
> Priority: Major
> Labels: good-first-issue
> Fix For: 9.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.7#820007)