Dimitris Tsirogiannis has uploaded a new change for review. http://gerrit.cloudera.org:8080/7296
Change subject: IMPALA-5579: Fix IndexOutOfBoundsException in GetTables metadata request ...................................................................... IMPALA-5579: Fix IndexOutOfBoundsException in GetTables metadata request Issue: GetTables metadata request may result in an IndexOutOfBoundsException while accessing table comments fields if one or more tables can't be retrieved from the catalog cache. Fix: Only add tables that can be retrieved from the catalog cache (i.e. no TableLoadingException is thrown) in the result of a GetTables request. Change-Id: Ic933b9950d58e6f880d4078faf1a69ee7c6adbf1 --- M fe/src/main/java/org/apache/impala/service/MetadataOp.java M fe/src/test/java/org/apache/impala/service/FrontendTest.java 2 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/7296/1 -- To view, visit http://gerrit.cloudera.org:8080/7296 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic933b9950d58e6f880d4078faf1a69ee7c6adbf1 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]>
