Repository: incubator-sentry Updated Branches: refs/heads/hive_plugin_v2 912057309 -> df4d8ec5f
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/e8424e4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/e8424e4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/e8424e4a Branch: refs/heads/hive_plugin_v2 Commit: e8424e4aa5d52d08086d90af8046b02db41eb580 Parents: 9120573 Author: Lenni Kuff <[email protected]> Authored: Sat Aug 22 13:22:23 2015 -0700 Committer: Sun Dapeng <[email protected]> Committed: Mon Nov 2 12:47:01 2015 +0800 ---------------------------------------------------------------------- .../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/e8424e4a/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," +
