Adding upstream version 10.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
26f20be569
commit
fafa4a7b95
36 changed files with 1007 additions and 270 deletions
|
@ -174,6 +174,13 @@ class TestPresto(Validator):
|
|||
"spark": "DATE_ADD(x, 1)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"NOW()",
|
||||
write={
|
||||
"presto": "CURRENT_TIMESTAMP()",
|
||||
"hive": "CURRENT_TIMESTAMP()",
|
||||
},
|
||||
)
|
||||
|
||||
def test_ddl(self):
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue