Merging upstream version 11.4.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0a06643852
commit
88f99e1c27
131 changed files with 53004 additions and 37079 deletions
|
@ -369,6 +369,12 @@ class TestPresto(Validator):
|
|||
self.validate_identity("START TRANSACTION ISOLATION LEVEL REPEATABLE READ")
|
||||
self.validate_identity("APPROX_PERCENTILE(a, b, c, d)")
|
||||
|
||||
self.validate_all(
|
||||
"SELECT JSON_OBJECT(KEY 'key1' VALUE 1, KEY 'key2' VALUE TRUE)",
|
||||
write={
|
||||
"presto": "SELECT JSON_OBJECT('key1': 1, 'key2': TRUE)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"ARRAY_AGG(x ORDER BY y DESC)",
|
||||
write={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue