Merging upstream version 10.5.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
77197f1e44
commit
e0f3bbb5f3
58 changed files with 1480 additions and 383 deletions
|
@ -60,11 +60,11 @@ class TestPresto(Validator):
|
|||
self.validate_all(
|
||||
"CAST(x AS TIMESTAMP(9) WITH TIME ZONE)",
|
||||
write={
|
||||
"bigquery": "CAST(x AS TIMESTAMPTZ(9))",
|
||||
"bigquery": "CAST(x AS TIMESTAMPTZ)",
|
||||
"duckdb": "CAST(x AS TIMESTAMPTZ(9))",
|
||||
"presto": "CAST(x AS TIMESTAMP(9) WITH TIME ZONE)",
|
||||
"hive": "CAST(x AS TIMESTAMPTZ(9))",
|
||||
"spark": "CAST(x AS TIMESTAMPTZ(9))",
|
||||
"hive": "CAST(x AS TIMESTAMPTZ)",
|
||||
"spark": "CAST(x AS TIMESTAMPTZ)",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue