Adding upstream version 6.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
71430b22d0
commit
bf84d96bab
22 changed files with 312 additions and 45 deletions
|
@ -66,6 +66,9 @@ class TestDuckDB(Validator):
|
|||
def test_duckdb(self):
|
||||
self.validate_all(
|
||||
"LIST_VALUE(0, 1, 2)",
|
||||
read={
|
||||
"spark": "ARRAY(0, 1, 2)",
|
||||
},
|
||||
write={
|
||||
"bigquery": "[0, 1, 2]",
|
||||
"duckdb": "LIST_VALUE(0, 1, 2)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue