What is the problem the feature request solves?
I was trying to implement try_to_binary, but noticed it seemed to get rewritten each time to unhex (or the appropriate encoding) so I thought I'd try implementing it as it's also currently unsupported by comet currently.
|
|unhex |{FAILED, [{SELECT decode(unhex('537061726B2053514C'), 'UTF-8');, Unsupported}]} | |
Describe the potential solution
No response
Additional context
No response
What is the problem the feature request solves?
I was trying to implement
try_to_binary, but noticed it seemed to get rewritten each time tounhex(or the appropriate encoding) so I thought I'd try implementing it as it's also currently unsupported by comet currently.datafusion-comet/doc/spark_builtin_expr_coverage.txt
Line 386 in a340748
Describe the potential solution
No response
Additional context
No response