You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for explicit casts between signed and unsigned ints.
Note that the type coercion optimizer rule shoud never implicity perform casts between types when data would be lost e.g. from negative value to unsigned type.
The text was updated successfully, but these errors were encountered:
alamb
changed the title
[DataFusion] Add support for explicit casts between signed and unsigned ints
Add support for explicit casts between signed and unsigned ints
Apr 26, 2021
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-8910
Add support for explicit casts between signed and unsigned ints.
Note that the type coercion optimizer rule shoud never implicity perform casts between types when data would be lost e.g. from negative value to unsigned type.
The text was updated successfully, but these errors were encountered: