Skip to content

[C++] Migrate arrow/ipc/metadata_internal.h to Result<T> #50237

Description

@pitrou

Describe the enhancement requested

Many APIs in arrow/ipc/metadata_internal.h take a T* out parameter for output and return a Status.

We should switch those APIs to return a Result<T> instead. Since those APIs are internal, we don't need to keep the old versions for compatibility.

Component(s)

C++

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions