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!: fix GroupByExec input length in proof && move GroupByExec top level restriction to GroupByExec itself #407

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

iajoiner
Copy link
Contributor

@iajoiner iajoiner commented Dec 4, 2024

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.

Please go through the following checklist

Rationale for this change

This PR is partly the equivalent of #401 for GroupbyExec. Moreover we should move the temporary GroupByExec top level restriction to GroupByExec itself so that we don't have to keep it everywhere.

What changes are included in this PR?

  • Replace blanket 1 columns with columns with 1 up to input length in GroupByExec.
  • Move GroupByExec composition restriction to GroupByExec itself.

Are these changes tested?

Existing tests should pass.

@iajoiner iajoiner requested a review from JayWhite2357 December 4, 2024 16:37
@iajoiner iajoiner changed the title fix!: fix GroupByExec so that it is composable with others fix!: fix GroupByExec input length in proof Dec 4, 2024
- fix `GroupByExec` input length
- move `GroupByExec` must be top level logic to `GroupByExec` itself
@iajoiner iajoiner changed the title fix!: fix GroupByExec input length in proof fix!: fix GroupByExec input length in proof && move GroupByExec top level restriction to GroupByExec itself Dec 4, 2024
@iajoiner iajoiner enabled auto-merge December 4, 2024 16:51
@iajoiner iajoiner merged commit 6449e60 into main Dec 4, 2024
12 checks passed
Copy link

github-actions bot commented Dec 4, 2024

🎉 This PR is included in version 0.57.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@iajoiner iajoiner deleted the fix/groupby-proof branch December 4, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants