Skip to content

[C++] Support Flight RPC among diffent endian platforms #24942

@asfimport

Description

@asfimport

This PR is derived from discussion in ARROW-8790. The current implementation of the Flight RPC exchanges messages using a native endlian format. It does not allow us to exchange data though Flight RPC among different endian machines (e.g. x86_64 <-> s390x).

There is a field to show an endianness at https://github.com/apache/arrow/blob/master/format/Schema.fbs#L343-L346, which is added by ARROW-245.

Reporter: Kazuaki Ishizaki / @kiszk
Assignee: Kazuaki Ishizaki / @kiszk

PRs and other links:

Note: This issue was originally created as ARROW-8797. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions