xinyiZzz commented on a change in pull request #4881:
URL: https://github.com/apache/incubator-doris/pull/4881#discussion_r521970540
##########
File path: be/src/olap/rowset/beta_rowset_reader.h
##########
@@ -48,7 +48,7 @@ class BetaRowsetReader : public RowsetReader {
RowsetSharedPtr rowset() override { return
std::dynamic_pointer_cast<Rowset>(_rowset); }
- int64_t filtered_rows() override { return _stats->rows_del_filtered; }
+ int64_t filtered_rows() override { return _stats->rows_del_filtered +
_stats->rows_conditions_filtered; }
Review comment:
Related comment have been added, I will be familiar with the development
process again.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]