This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch tablet_index in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/tablet_index by this push: new d6353e665e6 fix compile error d6353e665e6 is described below commit d6353e665e67eec0f15390f471b331ef4508c967 Author: caiconghui1 <caicongh...@jd.com> AuthorDate: Thu Nov 9 09:16:08 2023 +0800 fix compile error --- be/src/vec/sink/vrow_distribution.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/be/src/vec/sink/vrow_distribution.cpp b/be/src/vec/sink/vrow_distribution.cpp index 78d3b062045..62bf0a58a7c 100644 --- a/be/src/vec/sink/vrow_distribution.cpp +++ b/be/src/vec/sink/vrow_distribution.cpp @@ -268,8 +268,7 @@ Status VRowDistribution::generate_rows_distribution( _block_convertor->num_filtered_rows() + _tablet_finder->num_filtered_rows(); RETURN_IF_ERROR(_block_convertor->validate_and_convert_block( _state, &input_block, block, *_vec_output_expr_ctxs, input_rows, has_filtered_rows)); - - _tablet_finder->clear_for_new_batch(); + _row_distribution_watch.start(); auto num_rows = block->rows(); _tablet_finder->filter_bitmap().Reset(num_rows); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org