anujphadke has uploaded a new patch set (#4). Change subject: IMPALA-5363: Reset probe_batch_ after reaching limit ......................................................................
IMPALA-5363: Reset probe_batch_ after reaching limit For every new iteration of a subplan there are leftover rows from the previous iteration of a subplan. This change transfers the ownership from the probe_batch_ to output_batch_ and resets the probe_batch_ on hitting the limit. Change-Id: Iafd621d33a4e2fac42391504566ffd8dd0e18a67 --- M be/src/exec/partitioned-hash-join-node.cc M testdata/workloads/functional-query/queries/QueryTest/nested-types-subplan.test 2 files changed, 24 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/7014/4 -- To view, visit http://gerrit.cloudera.org:8080/7014 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iafd621d33a4e2fac42391504566ffd8dd0e18a67 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: anujphadke <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: anujphadke <[email protected]>
