Merging upstream version 25.0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
03b67e2ec9
commit
021892b3ff
84 changed files with 33016 additions and 31040 deletions
|
@ -48,6 +48,14 @@ class TestDoris(Validator):
|
|||
"postgres": """SELECT JSON_EXTRACT_PATH(CAST('{"key": 1}' AS JSONB), 'key')""",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"SELECT GROUP_CONCAT('aa', ',')",
|
||||
read={
|
||||
"doris": "SELECT GROUP_CONCAT('aa', ',')",
|
||||
"mysql": "SELECT GROUP_CONCAT('aa' SEPARATOR ',')",
|
||||
"postgres": "SELECT STRING_AGG('aa', ',')",
|
||||
},
|
||||
)
|
||||
|
||||
def test_identity(self):
|
||||
self.validate_identity("COALECSE(a, b, c, d)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue