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

support cast to decimal data type in datafusion #1443

Open
4 of 5 tasks
liukun4515 opened this issue Dec 14, 2021 · 1 comment
Open
4 of 5 tasks

support cast to decimal data type in datafusion #1443

liukun4515 opened this issue Dec 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@liukun4515
Copy link
Contributor

liukun4515 commented Dec 14, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In the #122 , we need to support the decimal data type.

In order to support column_a > 12 for the decimal data type, we need to support the cast/try_cast first.
For some operations, such as comparison operations and mathematics operations, we need to convert some numeric data types to decimal first.

TODO

The unsigned numeric is not the standard data type in SQL, we no need to support them. @alamb

Some parts in arrow-rs: apache/arrow-rs#1043

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@liukun4515 liukun4515 added the enhancement New feature or request label Dec 14, 2021
@liukun4515
Copy link
Contributor Author

please assign this issue to me.

@liukun4515 liukun4515 changed the title support decimal data type in datafusion support cast to decimal data type in datafusion Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant