Internal error in regexp_replace()
for some StringView input (SQLancer)
#12150
Labels
bug
Something isn't working
Describe the bug
One query can run successfully on a table with a regular string column
If we convert this string column's physical representation to
StringView
, the query failedSee reproducer in datafusion-cli
(Compiled from latest main using
cargo run
, commit a58416c)The last query is supposed to run successfully like the previous one
To Reproduce
No response
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: