datafusion
datafusion copied to clipboard
[EPIC] Type-coercion improvements
Is your feature request related to a problem or challenge? Please describe what you are trying to do. I am running into type-coercion errors and am probably going to be adding more hacks to the existing implementation but would like to start tracking the work we need to do to improve the type-coercion logic as well as the various open issues that are related to type-coercion.
Examples of issues:
- https://github.com/apache/arrow-datafusion/issues/2420
- https://github.com/apache/arrow-datafusion/issues/1335
- https://github.com/apache/arrow-datafusion/issues/1193
- https://github.com/apache/arrow-datafusion/issues/1192
- https://github.com/apache/arrow-datafusion/issues/1188
- https://github.com/apache/arrow-datafusion/issues/1179
- https://github.com/apache/arrow-datafusion/issues/201
- https://github.com/apache/arrow-datafusion/issues/185
- https://github.com/apache/arrow-datafusion/issues/81
- https://github.com/apache/arrow-datafusion/issues/2447
- https://github.com/apache/arrow-datafusion/issues/3221
- https://github.com/apache/arrow-datafusion/pull/3254
- https://github.com/apache/arrow-datafusion/issues/3388
- https://github.com/apache/arrow-datafusion/issues/3390
- https://github.com/apache/arrow-datafusion/issues/3419
- https://github.com/apache/arrow-datafusion/issues/3431
I added https://github.com/apache/arrow-datafusion/issues/3431 to the list.
The list is complete!