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

Planner code cleanup #1450

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Planner code cleanup #1450

merged 1 commit into from
Dec 15, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 14, 2021

This is a proposed minor code cleanup I noticed while working on #1449

Though to be honest it is still pretty messy

@github-actions github-actions bot added datafusion Changes in the datafusion crate sql SQL Planner labels Dec 14, 2021
Copy link
Member

@xudong963 xudong963 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

for id in ids {
var_names.push(id.value.clone());
}
let mut var_names: Vec<_> =
Copy link
Member

Choose a reason for hiding this comment

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

This is more rust flavor 😄

@alamb alamb merged commit 6f4ad77 into apache:master Dec 15, 2021
@alamb alamb deleted the alamb/cleanup_parser branch December 15, 2021 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants