Commit eaf733d
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 https://github.com/databricks/spark/pull/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- sql/hive/src/test/scala/com/databricks/sql/acl
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments