Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result into error in case of endianness mismatches #5301

Merged
merged 1 commit into from
Jan 15, 2024

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
27 checks passed
@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