Skip to content

Commit eaf733d

Browse files
committed
[SC-5406] Disable com.databricks.sql.acl.HiveCheckPermissionRuleSuite.Named UDFs
## What changes were proposed in this pull request? HiveUDAF will not accept null function wrapper (after we have databricks/runtime#144). We will first disable `com.databricks.sql.acl.HiveCheckPermissionRuleSuite.Named UDFs` and then we can get apache#144 in. ## How was this patch tested? n/a Author: Yin Huai <[email protected]> Closes apache#145 from yhuai/branch-2.1-disable-test.
1 parent 0b4fc14 commit eaf733d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/com/databricks/sql/acl/HiveCheckPermissionRuleSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class HiveCheckPermissionRuleSuite extends CheckRequests {
2121

2222
override val checkRule: CheckPermissions = new HiveCheckPermissions(catalog, null)
2323

24-
test("Named UDFs") {
24+
ignore("Named UDFs") {
2525
/**
2626
* Permanent functions require permissions, temporary functions require anonymous
2727
* permissions.

0 commit comments

Comments
 (0)