[
https://issues.apache.org/jira/browse/ARROW-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502054#comment-17502054
]
Kazuaki Ishizaki commented on ARROW-15778:
------------------------------------------
This fix is already created
[here|https://github.com/kiszk/arrow/commit/db06d043b07c63069169b5a88a4393aa229c095c].
We confirmed this issue was solved by this fix.
The challenge is to create a test case. I realized that the latest arrow
requires more native libraries for the build. It takes some time. So, I will
create a test case with an older version arrow.
> [Java] Endianness field not emitted in IPC stream
> -------------------------------------------------
>
> Key: ARROW-15778
> URL: https://issues.apache.org/jira/browse/ARROW-15778
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Reporter: Antoine Pitrou
> Priority: Major
> Fix For: 8.0.0
>
>
> It seems the Java IPC writer implementation does not emit the Endianness
> information at all (making it Little by default). This complicates
> interoperability with the C++ IPC reader, which does read this information
> and acts on it to decide whether it needs to byteswap the incoming data.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)