We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
#2040 fixed handling of sliced primitive, dictionary and byte arrays. However, the logic will still currently misbehave for complex types such as
This is because it will fail to push down the offset in the "parent" into the leaf arrays.
To Reproduce
Attempt to roundtrip a sliced one of these arrays, and it will fail
Expected behavior
Writing a sliced array of any type should work
Additional context
#1799 might simplify the implementation of this, as it would allow removing offset from ArrayData
The text was updated successfully, but these errors were encountered:
Closed by #4061
Sorry, something went wrong.
tustvold
No branches or pull requests
Describe the bug
#2040 fixed handling of sliced primitive, dictionary and byte arrays. However, the logic will still currently misbehave for complex types such as
This is because it will fail to push down the offset in the "parent" into the leaf arrays.
To Reproduce
Attempt to roundtrip a sliced one of these arrays, and it will fail
Expected behavior
Writing a sliced array of any type should work
Additional context
#1799 might simplify the implementation of this, as it would allow removing offset from ArrayData
The text was updated successfully, but these errors were encountered: