Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13845
Change subject: IMPALA-8681: Fix null pointer exception in ValidWriteIdLists generation ...................................................................... IMPALA-8681: Fix null pointer exception in ValidWriteIdLists generation iTbl.getMetaStoreTable() returned null for tables that failed to load, which led to several test failures in Hive 3 builds. Also changed the name of member loadedTbls_ to indicate that loading may have failed. Change-Id: Id9d1dcf9b7496c4a80e9af82cadad8682085d849 --- M fe/src/main/java/org/apache/impala/analysis/StmtMetadataLoader.java 1 file changed, 20 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/45/13845/1 -- To view, visit http://gerrit.cloudera.org:8080/13845 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id9d1dcf9b7496c4a80e9af82cadad8682085d849 Gerrit-Change-Number: 13845 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
