Repository: incubator-sentry
Updated Branches:
  refs/heads/master 7a2b21852 -> 692ff834e


SENTRY-451: CAST is still broken after SENTRY-118 patch (Grisha Trubetskoy via 
Sravya Tirukkovalur)


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

Branch: refs/heads/master
Commit: 692ff834e2059ec2dec2ab35f05f5b77c207bc20
Parents: 7a2b218
Author: Sravya Tirukkovalur <[email protected]>
Authored: Fri Sep 19 15:01:04 2014 -0700
Committer: Sravya Tirukkovalur <[email protected]>
Committed: Fri Sep 19 15:01:04 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/692ff834/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 3a83895..b67f505 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
@@ -108,6 +108,7 @@ public class HiveAuthzConf extends Configuration {
     "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,"
 +
+    
"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,"
 +
     
"ewah_bitmap_or,exp,explode,field,find_in_set,floor,format_number,from_unixtime,"
 +

Reply via email to