encode(..., "hex")
errors on non-UTF-8 binaries since Datafusion v43
#14055
Labels
bug
Something isn't working
help wanted
Extra attention is needed
regression
Something that used to work no longer does
Describe the bug
encode(..., "hex")
can be used to get the hexadecimal representation of a string or a binary. Since datafusion v43 (specifically, since 1b3608d, ie. #12308), only strings and binaries that happen to be valid UTF-8 are supported.To Reproduce
Expected behavior
Additional context
note
CAST(test.foo AS Utf8)
as part of the first query plan, which does not happen in the second one.cc @mesejo
The text was updated successfully, but these errors were encountered: