[email protected] has uploaded a new patch set (#6). ( http://gerrit.cloudera.org:8080/19474 )
Change subject: IMPALA-11803: Fix hitting DCHECK when running union on empty table with MT_DOP>1 ...................................................................... IMPALA-11803: Fix hitting DCHECK when running union on empty table with MT_DOP>1 The DCHECK was caused as the value of useMtScanNode_ was not getting set for empty tables. This was because of a condition for empty tables that returned from the computeNodeResourceProfile() function before setting up useMtScanNode_. It got rectified by placing the assignment of useMtScanNode_ before that condition. Testing: The fix is verified with an end-to-end test in test_mt_dop.py. Change-Id: Idbae5e1a78211327a214b2d936743bda767ae3c4 --- M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java M tests/custom_cluster/test_mt_dop.py 2 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/74/19474/6 -- To view, visit http://gerrit.cloudera.org:8080/19474 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Idbae5e1a78211327a214b2d936743bda767ae3c4 Gerrit-Change-Number: 19474 Gerrit-PatchSet: 6 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
