-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for group by Decimal numbers #210
Labels
enhancement
New feature or request
Comments
@alamb
|
good work @liukun4515 🎉 |
Thanks for all your help @liukun4515 and pushing it through. Really nicely done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the context of #107 from @joshuataylor
This will likely require apache/arrow-rs#230 (support for pretty-printing decimal numbers)
Describe the solution you'd like
It should be possible to group by data in columns of
DataType::Decimal
typeRight now you get an error such as:
** Reproducer **
In the datafusion-cli:
Where demo.parquet is here: https://drive.google.com/file/d/1aCW7SW2rUVioSePduhgo_91F5-xDMyjp/view?usp=sharing
(note the file is large, so I am not sure how long this query will take)
The text was updated successfully, but these errors were encountered: