Merging upstream version 25.16.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7688e2bdf8
commit
bad79d1f7c
110 changed files with 75353 additions and 68092 deletions
|
@ -13,6 +13,13 @@ class TestPresto(Validator):
|
|||
self.validate_identity("CAST(TDIGEST_AGG(1) AS TDIGEST)")
|
||||
self.validate_identity("CAST(x AS HYPERLOGLOG)")
|
||||
|
||||
self.validate_all(
|
||||
"SELECT FROM_ISO8601_TIMESTAMP('2020-05-11T11:15:05')",
|
||||
write={
|
||||
"duckdb": "SELECT CAST('2020-05-11T11:15:05' AS TIMESTAMPTZ)",
|
||||
"presto": "SELECT FROM_ISO8601_TIMESTAMP('2020-05-11T11:15:05')",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"CAST(x AS INTERVAL YEAR TO MONTH)",
|
||||
write={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue