-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove redundantis_numeric
and other checks for DataType
#1613
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This is a good one -- just delete some code from DataFusion 👍 |
|
In the PG or Spark, the decimal is included in the |
Now we can focus on other issues, and deal with them after other stabilization. |
At least, should rename this function, so that developers would not misuse this and |
It's available in arrow-rs since version 3.0.0 Resolves apache#1613
It's available in arrow-rs since version 3.0.0 Resolves #1613
It's available in arrow-rs since version 3.0.0 Resolves apache#1613
arrow-rs
has some functions to check data type, and the logic is also in datafusion, for example, https://docs.rs/arrow/7.0.0/arrow/datatypes/enum.DataType.html#method.is_numericWe should reduce the redundancy in DataFusion to make the codebase clear.
Originally posted by @liukun4515 in #1606 (comment)
The text was updated successfully, but these errors were encountered: