Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22102 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I17f1c40a0e790750ffbd4e987ca181b82cc14c40 Gerrit-Change-Number: 22102 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
