datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

[EPIC] Type-coercion improvements

Open andygrove opened this issue 3 years ago • 1 comments

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

andygrove avatar Apr 27 '22 15:04 andygrove

I added https://github.com/apache/arrow-datafusion/issues/3431 to the list.

Dandandan avatar Sep 10 '22 11:09 Dandandan

The list is complete!

alamb avatar Jun 11 '23 19:06 alamb