-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Group by Alias #215
Labels
bug
Something isn't working
Comments
I think we could However, as a rust learner, I am still on the way struggling the rust typing system when deal with the array mapping |
Thanks @jychen7 -- the expected behavior looks correct here 👍 Let us know if you need any help with the Rust |
jychen7
added a commit
to jychen7/arrow-datafusion
that referenced
this issue
Jun 3, 2021
alamb
pushed a commit
that referenced
this issue
Jun 4, 2021
ozankabak
added a commit
that referenced
this issue
Nov 23, 2023
…mns) (#8281) * Complex exprs requirement support (#215) * Discover ordering of complex expressions in group by and window partition by * Remove unnecessary tests * Update comments * Minor changes * Better projection support complex expression support * Fix failing test * Simplifications * Simplifications * Add is end flag * Simplifications * Simplifications * Simplifications * Minor changes * Minor changes * Minor changes * All tests pass * Change implementation of find_longest_permutation * Minor changes * Minor changes * Remove projection section * Remove projection implementation * Fix linter errors * Remove projection sections * Minor changes * Add docstring comments * Add comments * Minor changes * Minor changes * Add comments * simplifications * Minor changes * Review Part 1 * Add new tests * Review Part 2 * Address review feedback * Remove error message check in the test --------- Co-authored-by: Mehmet Ozan Kabak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
#110 suggests we can group by alias, however, I modify the existing test case
select_simple_aggregate_with_groupby_with_aliases
a bit, then it failsTo Reproduce
shows correct answer
raises error
Plan("Projection references non-aggregate values")
Expected behavior
returns same answer
The text was updated successfully, but these errors were encountered: