You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ls...@apache.org on 2015/09/10 01:19:46 UTC

incubator-sentry git commit: SENTRY-878: collect_list missing from HIVE_UDF_WHITE_LIST (Li Li via Lenni Kuff)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 3d53d254a -> 9129d6ff3


SENTRY-878: collect_list missing from HIVE_UDF_WHITE_LIST (Li Li via Lenni Kuff)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/9129d6ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/9129d6ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/9129d6ff

Branch: refs/heads/master
Commit: 9129d6ff3c788e17a1f89d649b41bcf5170534b3
Parents: 3d53d25
Author: Lenni Kuff <ls...@cloudera.com>
Authored: Wed Sep 9 16:19:19 2015 -0700
Committer: Lenni Kuff <ls...@cloudera.com>
Committed: Wed Sep 9 16:19:19 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/9129d6ff/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
index 1a4c41b..3919de7 100644
--- a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
+++ b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java
@@ -113,7 +113,7 @@ public class HiveAuthzConf extends Configuration {
   private static final String HIVE_UDF_WHITE_LIST =
     "date,decimal,timestamp," + // SENTRY-312
     "abs,acos,and,array,array_contains,ascii,asin,assert_true,atan,avg," +
-    "between,bin,case,cast,ceil,ceiling,coalesce,collect_set,compute_stats,concat,concat_ws," +
+    "between,bin,case,cast,ceil,ceiling,coalesce,collect_list,collect_set,compute_stats,concat,concat_ws," +
     "UDFConv,UDFHex,UDFSign,UDFToBoolean,UDFToByte,UDFToDouble,UDFToFloat,UDFToInteger,UDFToLong,UDFToShort,UDFToString," +
     "context_ngrams,conv,corr,cos,count,covar_pop,covar_samp,create_union,date_add,date_sub," +
     "datediff,day,dayofmonth,degrees,div,e,elt,ewah_bitmap,ewah_bitmap_and,ewah_bitmap_empty," +