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

Unsigned Arrays Fail to Roundtrip Through Parquet #2487

Closed
tustvold opened this issue Aug 17, 2022 · 1 comment
Closed

Unsigned Arrays Fail to Roundtrip Through Parquet #2487

tustvold opened this issue Aug 17, 2022 · 1 comment
Labels
bug development-process Related to development process of arrow-rs

Comments

@tustvold
Copy link
Contributor

Describe the bug

Since #1682 the parquet reader will ignore the signedness of the embedded arrow schema and always return unsigned integer arrays. This might be a bug in the writer, as it doesn't appear to be setting the ConvertedType/LogicalType

To Reproduce

Attempt to roundtrip an unsigned integer array

Expected behavior

The values should roundtrip correctly

Additional context

@tustvold tustvold added the bug label Aug 17, 2022
@tustvold tustvold changed the title Signed Arrays Fail to Roundtrip Through Parquet Unsigned Arrays Fail to Roundtrip Through Parquet Aug 17, 2022
@tustvold tustvold added the development-process Related to development process of arrow-rs label Aug 18, 2022
@tustvold
Copy link
Contributor Author

This was actually a testing mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug development-process Related to development process of arrow-rs
Projects
None yet
Development

No branches or pull requests

1 participant