octet_length()
function not working for StringView columns (SQLancer)
#12149
Labels
bug
Something isn't working
Describe the bug
Native StringView support for
octet_length()
has been added #11858However it's not working for StringView column inside table
See reproducer in datafusion-cli
(Compiled from latest main using
cargo run
, commit a58416c)The last query should work since this function should already have StringView support
To Reproduce
No response
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: