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

fix: StructArray::from_fields([]) is an error #1053

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

danking
Copy link
Member

@danking danking commented Oct 16, 2024

The length is unspecified and we should not assume it is zero.

The length is unspecified and we should not assume it is zero.
@danking danking marked this pull request as ready for review October 16, 2024 20:47
@danking danking enabled auto-merge (squash) October 16, 2024 20:47
@danking danking changed the title fix: StructArray::try_from([]) is an error fix: StructArray::from_fields([]) is an error Oct 16, 2024
@danking danking merged commit 7ebbb95 into develop Oct 16, 2024
4 checks passed
@danking danking deleted the dk/struct-array-cannot-construct-with-no-fields branch October 16, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants