Vincent Tran has uploaded a new change for review. http://gerrit.cloudera.org:8080/7219
Change subject: IMPALA-5524: Fixes NPE during planning with DISABLE_UNFASE_SPILLS=1 ...................................................................... IMPALA-5524: Fixes NPE during planning with DISABLE_UNFASE_SPILLS=1 This change will avoid a NPE during query planning under the following conditions: - DISABLE_UNSAFE_SPILLS is TRUE or 1 - All tables involved in the query have stats Change-Id: Iccae7fdeaf0ade0b8728a7d249981c8270e8c327 --- M fe/src/main/java/org/apache/impala/service/Frontend.java M fe/src/test/java/org/apache/impala/planner/PlannerTest.java 2 files changed, 26 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/7219/1 -- To view, visit http://gerrit.cloudera.org:8080/7219 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iccae7fdeaf0ade0b8728a7d249981c8270e8c327 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Vincent Tran <[email protected]>
