This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit e9a706723df3e65df974e958d8d7d649aa4c1944 Author: Csaba Ringhofer <[email protected]> AuthorDate: Thu Apr 17 08:24:06 2025 +0200 IMPALA-13746: (addendum) Adding missing comment to IMPALA-13746 The rebase in PS6 removed the comment by mistake: https://gerrit.cloudera.org/#/c/22780/5..6/fe/src/test/java/org/apache/impala/testutil/LdapUtil.java Change-Id: Iebf740f16c7fd38551e1e42a30faba1d793dc907 Reviewed-on: http://gerrit.cloudera.org:8080/22788 Reviewed-by: Riza Suminto <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Csaba Ringhofer <[email protected]> --- fe/src/test/java/org/apache/impala/testutil/LdapUtil.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fe/src/test/java/org/apache/impala/testutil/LdapUtil.java b/fe/src/test/java/org/apache/impala/testutil/LdapUtil.java index 170fe238d..961c12f70 100644 --- a/fe/src/test/java/org/apache/impala/testutil/LdapUtil.java +++ b/fe/src/test/java/org/apache/impala/testutil/LdapUtil.java @@ -40,6 +40,7 @@ public class LdapUtil { public static final String TEST_USER_7 = "Test7Ldap"; + // user:password is base64 encoded as 84 chars (above 76) to test IMPALA-13746. public static final String TEST_USER_LONG_PSW = "TestLdapLongPsw"; public static final String TEST_PASSWORD_LONG = "verylongpasswordthatcreatesalongbasic64encoding";
