Adding upstream version 26.17.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4362133ee5
commit
873e685933
63 changed files with 16004 additions and 15816 deletions
|
@ -338,3 +338,8 @@ class TestDatabricks(Validator):
|
|||
self.validate_identity(
|
||||
"ANALYZE TABLE ctlg.db.tbl PARTITION(foo = 'foo', bar = 'bar') COMPUTE STATISTICS NOSCAN"
|
||||
)
|
||||
|
||||
def test_udf_environment_property(self):
|
||||
self.validate_identity(
|
||||
"""CREATE FUNCTION a() ENVIRONMENT (dependencies = '["foo1==1", "foo2==2"]', environment_version = 'None')"""
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue