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:
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
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
Coalescefunction 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