Skip to content

Fix convert_to_state bug in GroupsAccumulatorAdapter - #12834

Merged
alamb merged 2 commits into
apache:mainfrom
alamb:alamb/fix_state_bug
Oct 9, 2024
Merged

Fix convert_to_state bug in GroupsAccumulatorAdapter#12834
alamb merged 2 commits into
apache:mainfrom
alamb:alamb/fix_state_bug

Conversation

@alamb

@alambalamb commented Oct 9, 2024

Copy link
Copy Markdown
Contributor

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-actionsgithub-actionsBot added the core Core DataFusion crate label Oct 9, 2024
@alambalamb changed the title Fix convert_to_state bugFix convert_to_state bug in GroupsAccumulatorAdapaterOct 9, 2024
@DandandanDandandan changed the title Fix convert_to_state bug in GroupsAccumulatorAdapaterFix convert_to_state bug in GroupsAccumulatorAdapterOct 9, 2024
@alamb

alamb commented Oct 9, 2024

Copy link
Copy Markdown
ContributorAuthor

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

@alamb
alamb merged commit 0c7eb0d into apache:mainOct 9, 2024
@alamb

alamb commented Oct 9, 2024

Copy link
Copy Markdown
ContributorAuthor

Thanks @Dandandan for the review

@alamb
alamb deleted the alamb/fix_state_bug branch October 9, 2024 21:01
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore 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

@alamb@Dandandan