Fang-Yu Rao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22519 )
Change subject: IMPALA-13739: Part1 (Addendum): Import StringUtils from commons-lang3 ...................................................................... IMPALA-13739: Part1 (Addendum): Import StringUtils from commons-lang3 In part 1, when creating FileDescriptor.java, we accidentally switched to the StringUtils in commons-lang (2.6) instead of that from commons-lang3, which undid some work in IMPALA-13618. This patch corrects this, so we only use classes from commons-lang3 from now on. Change-Id: I38d4d0ab03c549f8d73149651e3e735bd4f8d20a Reviewed-on: http://gerrit.cloudera.org:8080/22519 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Daniel Becker <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M fe/src/main/java/org/apache/impala/catalog/FileDescriptor.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Daniel Becker: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/22519 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I38d4d0ab03c549f8d73149651e3e735bd4f8d20a Gerrit-Change-Number: 22519 Gerrit-PatchSet: 2 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
