kaijchen commented on code in PR #21746: URL: https://github.com/apache/doris/pull/21746#discussion_r1266317972
########## be/src/olap/delta_writer.h: ########## @@ -124,6 +124,10 @@ class DeltaWriter { int64_t total_received_rows() const { return _total_received_rows; } + void update_filtered_rows(int64_t rows) { _num_rows_filtered += rows; } Review Comment: This is unused, please remove -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org