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

new_null_array Panics creating StructArray with non-nullable fields #3226

Closed
tustvold opened this issue Nov 29, 2022 · 1 comment · Fixed by #3244
Closed

new_null_array Panics creating StructArray with non-nullable fields #3226

tustvold opened this issue Nov 29, 2022 · 1 comment · Fixed by #3244
Labels
arrow Changes to the arrow crate bug

Comments

@tustvold
Copy link
Contributor

Describe the bug

Following #3205 new_null_array panics if creating a StructArray with non-nullable children

To Reproduce

Expected behavior

Additional context

@tustvold tustvold added the bug label Nov 29, 2022
tustvold added a commit to tustvold/arrow-rs that referenced this issue Nov 30, 2022
tustvold added a commit to tustvold/arrow-rs that referenced this issue Nov 30, 2022
tustvold added a commit that referenced this issue Dec 5, 2022
* Loosen nullability restrictions added in #3205 (#3226)

* Fix tests

* More test fixes

* Yet more incorrect tests

* Review feedback
@alamb
Copy link
Contributor

alamb commented Dec 9, 2022

label_issue.py automatically added labels {'arrow'} from #3244

@alamb alamb added the arrow Changes to the arrow crate label Dec 9, 2022
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 bug
Projects
None yet
2 participants