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 convert_to_state bug in GroupsAccumulatorAdapter #12834

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 9, 2024

Which issue does this PR close?

Closes #12833

Rationale for this change

Fix a bug (found by fuzz testing) in #12114

What changes are included in this PR?

Handle the no values case

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Oct 9, 2024
@alamb alamb changed the title Fix convert_to_state bug Fix convert_to_state bug in GroupsAccumulatorAdapater Oct 9, 2024
@Dandandan Dandandan changed the title Fix convert_to_state bug in GroupsAccumulatorAdapater Fix convert_to_state bug in GroupsAccumulatorAdapter Oct 9, 2024
@alamb
Copy link
Contributor Author

alamb commented Oct 9, 2024

This seems like a non controversial bug fix, so merging it in

@alamb alamb merged commit 0c7eb0d into apache:main Oct 9, 2024
25 checks passed
@alamb
Copy link
Contributor Author

alamb commented Oct 9, 2024

Thanks @Dandandan for the review

@alamb alamb deleted the alamb/fix_state_bug branch October 9, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in min/max queries: InvalidArgumentError("number of columns(1) must match number of fields(2) in schema"
2 participants