----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40316/#review106704 -----------------------------------------------------------
sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/HiveAuthzBindingHook.java (line 314) <https://reviews.apache.org/r/40316/#comment165469> Looks like this can cause overhead for all commands. Looking at how we can restrict these for only queries which have a TOK_FUNCTION. sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/HiveAuthzBindingHook.java (line 338) <https://reviews.apache.org/r/40316/#comment165437> Handle case sensitivity? - Sravya Tirukkovalur On Nov. 14, 2015, 7:55 p.m., Ryan Pridgeon wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/40316/ > ----------------------------------------------------------- > > (Updated Nov. 14, 2015, 7:55 p.m.) > > > Review request for sentry. > > > Repository: sentry > > > Description > ------- > > SENTRY-960: Bring whitelist validation back > > > Diffs > ----- > > > sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/HiveAuthzBindingHook.java > 18b8a8f > > sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestEndToEnd.java > 23577c2 > > Diff: https://reviews.apache.org/r/40316/diff/ > > > Testing > ------- > > Ran the code in a live cluster to confirm it works > > Added unit test. > > > Thanks, > > Ryan Pridgeon > >
