[ 
https://issues.apache.org/jira/browse/IMPALA-11726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765789#comment-17765789
 ] 

ASF subversion and git services commented on IMPALA-11726:
----------------------------------------------------------

Commit 1642886b41a83302f12dd95cbee763060f5bef5d in impala's branch 
refs/heads/branch-4.3.0 from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1642886b4 ]

IMPALA-12432: Make LdapKerberosImpalaShellTest* work with Guava 28

In the change for IMPALA-11726, we added some usages of
Guava's ImmutableMap.of() with >5 key/value pairs. This
won't compile in older versions of Guava (like Guava 28)
that only support up to 5 key/value pairs in ImmutableMap.of().

Being compatible with older versions of Guava makes it
easier for Impala to match the Guava version of Hadoop,
Hive, etc when compiling against older versions.

This switches to using ImmutableMap.builder() to build
the larger maps.

Testing:
 - Built with Guava 28 and ran the tests

Change-Id: Ic6d9c69fff749bcdb0887a6676574db9526f68e8
Reviewed-on: http://gerrit.cloudera.org:8080/20471
Reviewed-by: Michael Smith <michael.sm...@cloudera.com>
Tested-by: Michael Smith <michael.sm...@cloudera.com>


> Allow LDAP user and group filter when kerberos is enabled
> ---------------------------------------------------------
>
>                 Key: IMPALA-11726
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11726
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Attila Kreiner
>            Assignee: Gergely Farkas
>            Priority: Major
>              Labels: 2023Q1
>
> Remove the restriction that prevents to use LDAP group/user search filters 
> when kerberos authentication is enabled, so both kerberos and LDAP can work 
> with impala-shell.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to