This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 4be517e15 IMPALA-12441: Simplify local toolchain development
new 49a0445b5 IMPALA-12383: (Addendum) Use named params
new 6f9a7622e IMPALA-12403: Fix Kerberos authentication when connecting
with a proxy user that does not delegate another user
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:
be/src/rpc/authentication.cc | 28 ++++++++++------------
be/src/rpc/thrift-server.h | 3 +++
be/src/service/impala-hs2-server.cc | 22 ++++++++++++++++-
be/src/transport/TSasl.cpp | 13 ++++++++++
be/src/transport/TSasl.h | 4 ++++
be/src/transport/TSaslTransport.cpp | 4 ++++
be/src/transport/TSaslTransport.h | 7 ++++++
be/src/util/auth-util.cc | 8 +++++++
be/src/util/auth-util.h | 4 ++++
.../impala/customcluster/LdapImpalaShellTest.java | 20 +++++++++++-----
.../customcluster/LdapKerberosImpalaShellTest.java | 12 ++++++++++
.../LdapSearchBindImpalaShellTest.java | 25 +++++++++++++++++++
tests/query_test/test_aggregation.py | 2 +-
13 files changed, 129 insertions(+), 23 deletions(-)