Merging upstream version 25.6.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
78f79d1d22
commit
4a7feb3eaa
69 changed files with 46817 additions and 45778 deletions
|
@ -405,6 +405,14 @@ class TestPresto(Validator):
|
|||
)
|
||||
self.validate_identity("DATE_ADD('DAY', 1, y)")
|
||||
|
||||
self.validate_all(
|
||||
"SELECT DATE_ADD('MINUTE', 30, col)",
|
||||
write={
|
||||
"presto": "SELECT DATE_ADD('MINUTE', 30, col)",
|
||||
"trino": "SELECT DATE_ADD('MINUTE', 30, col)",
|
||||
},
|
||||
)
|
||||
|
||||
def test_ddl(self):
|
||||
self.validate_all(
|
||||
"CREATE TABLE test WITH (FORMAT = 'PARQUET') AS SELECT 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue