Michael Smith has uploaded a new patch set (#2) to the change originally 
created by Riza Suminto. ( http://gerrit.cloudera.org:8080/22102 )

Change subject: IMPALA-13567: Update RowsRead counter more frequently
......................................................................

IMPALA-13567: Update RowsRead counter more frequently

HdfsColumnarScanner implementation update RowsRead counter near the very
end of AssembleRows function. Ideally, RowsRead should be incremented
more frequently, every time before calling TransferScratchTuples where
conjunct and runtime filter evaluation happen. That way, RowsRead is
increased even if all rows in the scratch batch are filtered by conjunct
or runtime filter.

This patch move the counter increment just before TransferScratchTuples.

Testing:
- Pass core tests.

Change-Id: I17f1c40a0e790750ffbd4e987ca181b82cc14c40
---
M be/src/exec/orc/hdfs-orc-scanner.cc
M be/src/exec/parquet/hdfs-parquet-scanner.cc
2 files changed, 2 insertions(+), 2 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I17f1c40a0e790750ffbd4e987ca181b82cc14c40
Gerrit-Change-Number: 22102
Gerrit-PatchSet: 2
Gerrit-Owner: Riza Suminto <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to