Merging upstream version 25.26.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9138e4b92a
commit
829a709061
117 changed files with 49296 additions and 47316 deletions
|
@ -5,6 +5,9 @@ from tests.dialects.test_dialect import Validator
|
|||
class TestStarrocks(Validator):
|
||||
dialect = "starrocks"
|
||||
|
||||
def test_starrocks(self):
|
||||
self.validate_identity("ALTER TABLE a SWAP WITH b")
|
||||
|
||||
def test_ddl(self):
|
||||
ddl_sqls = [
|
||||
"DISTRIBUTED BY HASH (col1) BUCKETS 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue