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/08/22 22:22:53 UTC

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

Repository: incubator-sentry
Updated Branches:
  refs/heads/master fd293e117 -> d8063f5ef


SENTRY-839: posexplode() 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/d8063f5e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/d8063f5e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/d8063f5e

Branch: refs/heads/master
Commit: d8063f5efe7e3209f112c5cbbfc4be21efb38ecf
Parents: fd293e1
Author: Lenni Kuff <ls...@cloudera.com>
Authored: Sat Aug 22 13:22:23 2015 -0700
Committer: Lenni Kuff <ls...@cloudera.com>
Committed: Sat Aug 22 13:22:23 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/d8063f5e/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 4f87d5a..1a4c41b 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
@@ -123,7 +123,7 @@ public class HiveAuthzConf extends Configuration {
     "json_tuple,lcase,length,like,ln,locate,log," +
     "log10,log2,lower,lpad,ltrim,map,map_keys,map_values,max,min," +
     "minute,month,named_struct,negative,ngrams,not,or,parse_url,parse_url_tuple,percentile," +
-    "percentile_approx,pi,pmod,positive,pow,power,printf,radians,rand," + // reflect is skipped
+    "percentile_approx,pi,pmod,posexplode,positive,pow,power,printf,radians,rand," + // reflect is skipped
     "regexp,regexp_extract,regexp_replace,repeat,reverse,rlike,round,rpad,rtrim,second," +
     "sentences,sign,sin,size,sort_array,space,split,sqrt,stack,std," +
     "stddev,stddev_pop,stddev_samp,str_to_map,struct,substr,substring,sum,tan,to_date," +