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

Backport config option skip_physical_aggregate_schema_check #13176 to 42 #13189

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 30, 2024

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-actions github-actions bot 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
Copy link
Contributor

@comphead comphead left a comment

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-42 Oct 30, 2024
25 checks passed
@alamb
Copy link
Contributor Author

alamb commented Oct 30, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants