Skip to content

Backport config option skip_physical_aggregate_schema_check #13176 to 42 - #13189

Merged
alamb merged 2 commits into
apache:branch-42from
alamb:alamb/backport-config
Oct 30, 2024
Merged

Backport config option skip_physical_aggregate_schema_check #13176 to 42#13189
alamb merged 2 commits into
apache:branch-42from
alamb:alamb/backport-config

Conversation

@alamb

@alambalamb commented Oct 30, 2024

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Part of

Rationale for this change

By backporting this option (disabled) I hope we can upblock other upgrades

What changes are included in this PR?

This PR backports #13176 to the 42 branch to fix the issue with the physical aggregate schema check.

Note unlike the original PR, the default value is true (the PR defaults to disabling the check)

Are these changes tested?

By CI

Are there any user-facing changes?

A newly added check in 42 is now disabled by default

* Add option to skip physical aggregate check
* tweak wording
* update test
@alamb
alamb marked this pull request as ready for review October 30, 2024 18:40
@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) common Related to common crate labels Oct 30, 2024

@compheadcomphead left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @alamb

@alamb
alamb merged commit e7877e2 into apache:branch-42Oct 30, 2024
@alamb

Copy link
Copy Markdown
ContributorAuthor

Thank you @comphead -- I will move on to preparing the release now

@alamb
alamb deleted the alamb/backport-config branch October 30, 2024 20:04
Dandandan pushed a commit to coralogix/arrow-datafusion that referenced this pull request Feb 11, 2025
…13176 to 42 (apache#13189)
* Add config option `skip_physical_aggregate_schema_check ` (apache#13176)
* Add option to skip physical aggregate check
* tweak wording
* update test
* Change default value
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commonRelated to common cratecoreCore DataFusion cratedocumentationImprovements or additions to documentationsqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@alamb@comphead