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
This line creates a nullable entries field:
arrow-rs/arrow-array/src/array/map_array.rs
Lines 330 to 334 in 878217b
The Arrow spec dictates this should not be nullable:
https://github.com/apache/arrow/blob/c4b01c60fba85bbfc3a1b1510e179153c0f79515/format/Schema.fbs#L124
To Reproduce
Expected behavior
Creates a compliant map array.
Additional context
The text was updated successfully, but these errors were encountered:
wjones127
Successfully merging a pull request may close this issue.
Describe the bug
This line creates a nullable entries field:
arrow-rs/arrow-array/src/array/map_array.rs
Lines 330 to 334 in 878217b
The Arrow spec dictates this should not be nullable:
https://github.com/apache/arrow/blob/c4b01c60fba85bbfc3a1b1510e179153c0f79515/format/Schema.fbs#L124
To Reproduce
Expected behavior
Creates a compliant map array.
Additional context
The text was updated successfully, but these errors were encountered: