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
The current input type coercion rule of scalar functions in DataFusion cannot handle Dictionary types. In TPCDS queries, The PR #250 encounters an error on Coalesce function with q8:
Error during planning: Coercion from [Dictionary(Int32, Utf8), Utf8] to the signature VariadicEqual failed
This has to be fixed at DataFusion instead of Comet.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
This is found during debugging #250.
The current input type coercion rule of scalar functions in DataFusion cannot handle Dictionary types. In TPCDS queries, The PR #250 encounters an error on
Coalesce
function with q8:This has to be fixed at DataFusion instead of Comet.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: