1
0
Fork 0

Adding upstream version 16.4.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 20:09:11 +01:00
parent cac8fd11fe
commit 2af48256b8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
79 changed files with 72289 additions and 29264 deletions

View file

@ -5,6 +5,7 @@ class TestDatabricks(Validator):
dialect = "databricks"
def test_databricks(self):
self.validate_identity("INSERT INTO a REPLACE WHERE cond VALUES (1), (2)")
self.validate_identity("SELECT c1 : price")
self.validate_identity("CREATE FUNCTION a.b(x INT) RETURNS INT RETURN x + 1")
self.validate_identity("CREATE FUNCTION a AS b")