Merging upstream version 26.25.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a5a5c78c72
commit
5c5246994e
83 changed files with 67317 additions and 67680 deletions
|
@ -568,6 +568,9 @@ class TestDuckDB(Validator):
|
|||
)
|
||||
self.validate_all(
|
||||
"STRING_TO_ARRAY(x, 'a')",
|
||||
read={
|
||||
"snowflake": "STRTOK_TO_ARRAY(x, 'a')",
|
||||
},
|
||||
write={
|
||||
"duckdb": "STR_SPLIT(x, 'a')",
|
||||
"presto": "SPLIT(x, 'a')",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue