coercion of input types in coalesce
leads to type unsupported arrow cast
#14581
Labels
bug
Something isn't working
coalesce
leads to type unsupported arrow cast
#14581
Describe the bug
Tested on datafusion
main
at 5239d1a.It looks like coercion of input types in
coalesce
(and probably other similar expressions) it's possible to end up with a common type ofDictionary(..., Utf8View)
, butarrow
does not support casting to that type.To Reproduce
leads to
Expected behavior
I would expect either:
Utf8View
), ORUtf8View
should be supportedAdditional context
No response
The text was updated successfully, but these errors were encountered: