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

Deduplicate sort unparsing logic #12175

Merged

Conversation

findepi
Copy link
Member

@findepi findepi commented Aug 26, 2024

Reconstruction of ast::OrderByExpr was implemented twice, in plan.rs and expr.rs submodules of the unparser.

Extracted from #12177

Reconstruction of `ast::OrderByExpr` was implemented twice, in `plan.rs`
and `expr.rs` submodules of the unparser.
@github-actions github-actions bot added the sql SQL Planner label Aug 26, 2024
@findepi
Copy link
Member Author

findepi commented Aug 26, 2024

The cargo examples (amd64) build failed for probably unrelated reason

warning: spurious network error (1 tries remaining): [7] Couldn't connect to server (Failed to connect to static.crates.io port 443 after 0 ms: Couldn't connect to server)

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 @findepi -- a nice cleanup indeed

@alamb alamb merged commit 58ed702 into apache:main Aug 27, 2024
25 checks passed
@findepi findepi deleted the findepi/deduplicate-sort-unparsing-logic-895f2c branch August 27, 2024 13:18
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.

2 participants