Fang-Yu Rao has uploaded this change for review. ( 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 --- M fe/src/main/java/org/apache/impala/catalog/FileDescriptor.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/22519/1 -- 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: newchange Gerrit-Change-Id: I38d4d0ab03c549f8d73149651e3e735bd4f8d20a Gerrit-Change-Number: 22519 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]>
