[
https://issues.apache.org/jira/browse/ARROW-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Cutler resolved ARROW-15778.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 12777
[https://github.com/apache/arrow/pull/12777]
> [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
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)