This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 5b155c139 IMPALA-12470: Skip JDBC data source tests for non-HDFS
environment
new 0c19f4534 IMPALA-12397: Fix NullPointerException in SHOW ROLES when
there are no roles
new 62b608185 IMPALA-12399: (addendum) Fixed possible deadloop and also do
not set the event skip list in notification request to update latestEventId_
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/impala/compat/MetastoreShim.java | 8 +-
.../org/apache/impala/compat/MetastoreShim.java | 13 +++-
.../ranger/RangerImpaladAuthorizationManager.java | 3 +
.../catalog/events/MetastoreEventsProcessor.java | 87 ++++++++++++++-------
.../RangerImpaladAuthorizationManagerTest.java | 83 ++++++++++++++++++++
.../events/MetastoreEventsProcessorTest.java | 88 +++++++++++++++++-----
tests/authorization/test_ranger.py | 29 +++++++
7 files changed, 265 insertions(+), 46 deletions(-)
create mode 100644
fe/src/test/java/org/apache/impala/authorization/ranger/RangerImpaladAuthorizationManagerTest.java