This is an automated email from the ASF dual-hosted git repository.
rmani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new b26e07e RANGER-2698:Fix Ranger Unit Test failing in Ranger hive Plugin
b26e07e is described below
commit b26e07e44537c5ee90a8a5c58d1235284478398d
Author: Ramesh Mani <[email protected]>
AuthorDate: Mon Jan 13 16:48:20 2020 -0800
RANGER-2698:Fix Ranger Unit Test failing in Ranger hive Plugin
Signed-off-by: Ramesh Mani <[email protected]>
---
.../java/org/apache/ranger/services/hive/RangerHiveOperationType.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/hive-agent/src/test/java/org/apache/ranger/services/hive/RangerHiveOperationType.java
b/hive-agent/src/test/java/org/apache/ranger/services/hive/RangerHiveOperationType.java
index cccab0f..6b670cb 100644
---
a/hive-agent/src/test/java/org/apache/ranger/services/hive/RangerHiveOperationType.java
+++
b/hive-agent/src/test/java/org/apache/ranger/services/hive/RangerHiveOperationType.java
@@ -29,6 +29,7 @@ public enum RangerHiveOperationType {
CREATE_RESOURCEPLAN,
CREATE_TRIGGER,
CREATE_POOL,
+ CREATE_SCHEDULED_QUERY,
ALTERDATABASE,
ALTERDATABASE_OWNER,
ALTERINDEX_PROPS,
@@ -79,6 +80,7 @@ public enum RangerHiveOperationType {
ALTER_MAPPING,
ALTER_TRIGGER,
ALTER_POOL,
+ ALTER_SCHEDULED_QUERY,
DROPVIEW_PROPERTIES,
MSCK,
DROPFUNCTION,
@@ -91,6 +93,7 @@ public enum RangerHiveOperationType {
DROP_TRIGGER,
DROP_POOL,
DROP_MAPPING,
+ DROP_SCHEDULED_QUERY,
CREATEINDEX,
INDEX,
IMPORT,