cambyzju commented on code in PR #24191: URL: https://github.com/apache/doris/pull/24191#discussion_r1323877837
########## be/src/vec/sink/vtablet_sink.cpp: ########## @@ -165,9 +166,20 @@ class IndexChannel { void set_tablets_received_rows( const std::vector<std::pair<int64_t, int64_t>>& tablets_received_rows, int64_t node_id); + void set_tablets_filtered_rows( + const std::vector<std::pair<int64_t, int64_t>>& tablets_filtered_rows, int64_t node_id); + int64_t num_rows_filtered() { Review Comment: it seems not a complete function define. how to pass the compile? -- 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