You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2020/02/05 15:55:08 UTC

[Impala-ASF-CR] IMPALA-9309: fix uninitialised pointer in NestedLoopJoinNode

Tim Armstrong has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/15147 )

Change subject: IMPALA-9309: fix uninitialised pointer in NestedLoopJoinNode
......................................................................

IMPALA-9309: fix uninitialised pointer in NestedLoopJoinNode

Reproducable by failpoints, but not running with right epxloration
strategy

Testing:
Add regression test that reproduces the issue.

Change-Id: I6324d27e93b710e806d8599f775d0f7d575186cb
---
M be/src/exec/nested-loop-join-node.h
M testdata/workloads/functional-query/queries/QueryTest/joins.test
2 files changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/15147/2
-- 
To view, visit http://gerrit.cloudera.org:8080/15147
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6324d27e93b710e806d8599f775d0f7d575186cb
Gerrit-Change-Number: 15147
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>