Hello Csaba Ringhofer, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/20891

to look at the new patch set (#4).

Change subject: IMPALA-12582: Fix crash when enabling MIN_MAX RuntimeFilter in 
Nested Loop Join
......................................................................

IMPALA-12582: Fix crash when enabling MIN_MAX RuntimeFilter in Nested Loop Join

This patch fixes an issue reported by IMPALA-12582, where enabling
MIN_MAX RuntimeFilter for a specific query would cause the executor to
crash. The direct cause of the crash was an out-of-bounds access to
input_vals in the ScalarFnCall::InterpretEval() function, but the root
cause was actually due to the related ScalarExprEvaluator not invoking
the Open() function.

Testing:
 - Added new E2E test case about this issue.

Change-Id: Iba951796d52f109c419587c444840adbb2d44f5d
---
M be/src/exec/nested-loop-join-builder.cc
M 
testdata/workloads/functional-query/queries/QueryTest/overlap_min_max_filters_on_partition_columns.test
2 files changed, 19 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/20891/4
--
To view, visit http://gerrit.cloudera.org:8080/20891
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iba951796d52f109c419587c444840adbb2d44f5d
Gerrit-Change-Number: 20891
Gerrit-PatchSet: 4
Gerrit-Owner: Zihao Ye <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Zihao Ye <[email protected]>

Reply via email to