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

Implement Unparse GroupingSet Expr --> String Support sql #10555

Merged
merged 2 commits into from
May 20, 2024

Conversation

xinlifoobar
Copy link
Contributor

Which issue does this PR close?

Closes #10521.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the sql SQL Planner label May 17, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

😍 -- thank you @xinlifoobar . This looks great other than the unwraps 🙏

datafusion/sql/src/unparser/expr.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @xinlifoobar 🙏

@alamb alamb merged commit e6920c3 into apache:main May 20, 2024
23 checks passed
@alamb alamb mentioned this pull request May 20, 2024
8 tasks
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
…0555)

* Implement groupingset -> expr

* fix comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GroupingSet Expr --> String Support
2 participants