Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8369 )
Change subject: IMPALA-6099: Fix crash in CheckForAlwaysFalse() ...................................................................... IMPALA-6099: Fix crash in CheckForAlwaysFalse() Filter states indexed by FilterStats::ROW_GROUPS_KEY was only relevant if the runtime filter is bound by partitioning columns. This is no longer true since always-false filter can filter out row groups as well, which results in a crash in CheckForAlwaysFalse(). This patch registers row groups counters unconditionally to fix this bug. Change-Id: I3eda43845b78516c1e76e07e0d2dd9d862168e1d Reviewed-on: http://gerrit.cloudera.org:8080/8369 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/exec/filter-context.cc M be/src/exec/filter-context.h M be/src/exec/scan-node.cc 3 files changed, 4 insertions(+), 6 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8369 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3eda43845b78516c1e76e07e0d2dd9d862168e1d Gerrit-Change-Number: 8369 Gerrit-PatchSet: 3 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
