-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21736/
-----------------------------------------------------------
Review request for sentry and Prasad Mujumdar.
Bugs: SENTRY-221
https://issues.apache.org/jira/browse/SENTRY-221
Repository: sentry
Description
-------
Privilege scope was case sensitive: "Grant all on Database db1 to role role1"
fails, where as "Grant all on DATABASE db1 to role role1" works.
Diffs
-----
sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/persistent/SentryStore.java
604dd64aca3f30e4b6f486495c86cbb16f1ce24c
sentry-provider/sentry-provider-db/src/test/java/org/apache/sentry/provider/db/service/persistent/TestSentryStore.java
26bbf97f5871b4bac9c7e4b0a2ffc8f818bb5098
Diff: https://reviews.apache.org/r/21736/diff/
Testing
-------
Added a new test case.
Thanks,
Sravya Tirukkovalur