Adding upstream version 26.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d908bee480
commit
7ee28625fb
85 changed files with 57142 additions and 52288 deletions
|
@ -100,3 +100,8 @@ class TestDoris(Validator):
|
|||
"doris": "SELECT REGEXP(abc, '%foo%')",
|
||||
},
|
||||
)
|
||||
|
||||
def test_analyze(self):
|
||||
self.validate_identity("ANALYZE TABLE tbl")
|
||||
self.validate_identity("ANALYZE DATABASE db")
|
||||
self.validate_identity("ANALYZE TABLE TBL(c1, c2)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue