1
0
Fork 0

Merging upstream version 26.3.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 22:00:53 +01:00
parent 622a568f1a
commit ef4ccf5b0b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
45 changed files with 197 additions and 6533 deletions

View file

@ -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")