Merging upstream version 26.3.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
622a568f1a
commit
ef4ccf5b0b
45 changed files with 197 additions and 6533 deletions
|
@ -85,6 +85,10 @@ class TestTrino(Validator):
|
|||
self.validate_identity(
|
||||
"ALTER VIEW people SET AUTHORIZATION alice", check_command_warning=True
|
||||
)
|
||||
self.validate_identity("CREATE SCHEMA foo WITH (LOCATION='s3://bucket/foo')")
|
||||
self.validate_identity(
|
||||
"CREATE TABLE foo.bar WITH (LOCATION='s3://bucket/foo/bar') AS SELECT 1"
|
||||
)
|
||||
|
||||
def test_analyze(self):
|
||||
self.validate_identity("ANALYZE tbl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue