Tianyi Wang has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/8369/1 -- 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: newchange Gerrit-Change-Id: I3eda43845b78516c1e76e07e0d2dd9d862168e1d Gerrit-Change-Number: 8369 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
