Skip to content

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

sql SQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants