Skip to content

Result into error in case of endianness mismatches#5301

Merged
tustvold merged 1 commit intoapache:masterfrom
pangiole:ipc-big-endian
Jan 15, 2024
Merged

Result into error in case of endianness mismatches#5301
tustvold merged 1 commit intoapache:masterfrom
pangiole:ipc-big-endian

Conversation

@pangiole
Copy link
Contributor

@pangiole pangiole commented Jan 13, 2024

This commit implements the Byte Order (Endianness) recommendations we can read from the Apache Arrow official specification (quoted here):

At first we will return an error when trying to read a Schema
with an endianness that does not match the underlying system.

Closes: #3459
Closes: #859

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 13, 2024
This commit implements the Byte Order (Endianness) recommendations we
could read from the Apache Arrow official specification (quoted here):

> _"At first we will return an error when trying to read a Schema
> with an endianness that does not match the underlying system."_

Resolves: apache#3459
@tustvold tustvold merged commit 8345991 into apache:master Jan 15, 2024
@tustvold
Copy link
Contributor

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Arrow IPC Big Endian / Cross Endian IPC big endian offsets are not translated

2 participants