Merging upstream version 26.26.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
768f936511
commit
1ac9fca060
62 changed files with 938 additions and 453 deletions
|
@ -9,6 +9,9 @@ class TestStarrocks(Validator):
|
|||
self.validate_identity("SELECT ARRAY_JOIN([1, 3, 5, NULL], '_', 'NULL')")
|
||||
self.validate_identity("SELECT ARRAY_JOIN([1, 3, 5, NULL], '_')")
|
||||
self.validate_identity("ALTER TABLE a SWAP WITH b")
|
||||
self.validate_identity("SELECT ARRAY_AGG(a) FROM x")
|
||||
self.validate_identity("SELECT ST_POINT(10, 20)")
|
||||
self.validate_identity("SELECT ST_DISTANCE_SPHERE(10.1, 20.2, 30.3, 40.4)")
|
||||
|
||||
def test_ddl(self):
|
||||
ddl_sqls = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue