> On June 11, 2018, 4:03 p.m., Sergio Pena wrote: > > sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/SentryHiveAuthorizationTaskFactoryImpl.java > > Lines 302-305 (patched) > > <https://reviews.apache.org/r/67218/diff/1/?file=2025387#file2025387line302> > > > > SentryHiveAuthorizationTaskFactoryImpl is not used anymore. > > DefaultAccessController.showPrivileges() is used instead to return a list > > of privileges with the SHOW command. > > > > Could you remove this class and the Test class in another jira to avoid > > making changes by mistake?
Sure. I will remove SentryHiveAuthorizationTaskFactoryImpl in another JIRA - Arjun ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67218/#review204545 ----------------------------------------------------------- On June 11, 2018, 3:56 p.m., Arjun Mishra wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67218/ > ----------------------------------------------------------- > > (Updated June 11, 2018, 3:56 p.m.) > > > Review request for sentry, kalyan kumar kalvagadda, Na Li, Steve Moist, and > Sergio Pena. > > > Repository: sentry > > > Description > ------- > > Right now database is not supported with command SHOW GRANT ROLE/USER ON > DATABASE > > > Diffs > ----- > > > sentry-binding/sentry-binding-hive-common/src/main/java/org/apache/hadoop/hive/ql/exec/SentryHivePrivilegeObjectDesc.java > 4fa4221b4 > > sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/SentryHiveAuthorizationTaskFactoryImpl.java > 23246c903 > > sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestSentryHiveAuthorizationTaskFactory.java > 2e3fd7f36 > > > Diff: https://reviews.apache.org/r/67218/diff/1/ > > > Testing > ------- > > mvn -f sentry-binding/pom.xml test > > > Thanks, > > Arjun Mishra > >