ARROW-9520: [Rust] [DataFusion] Add support for aliased aggregate exprs#8322
ARROW-9520: [Rust] [DataFusion] Add support for aliased aggregate exprs#8322returnString wants to merge 2 commits intoapache:masterfrom
Conversation
alamb
left a comment
There was a problem hiding this comment.
Looks good to me. FYI @jorgecarleitao / @andygrove
jorgecarleitao
left a comment
There was a problem hiding this comment.
Thanks a lot for your first contribution to DataFusion!
This is great: really neat and clean solution to this, @returnString !
LGTM
|
Can you run locally |
|
Thanks @returnString this looks great but you'll need to run |
|
That's interesting, I've got rustfmt set to run on save whilst editing in vscode but I was having some issues with code completion in the project too; I'll try and figure out what's up with that for any future contributions. Are squash merges accepted for this project or would you prefer that I rebase the PR down to a single commit? |
There is some sort of automation script that merges arrow PRs -- I don't think there is any need to rebase to a single commit |
First attempt at contributing to Arrow/DataFusion, just fixing this small issue around aliased aggregate columns. Please let me know if this isn't an ideal implementation!