Skip to content

Commit

Permalink
Update pipeline x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh authored Dec 24, 2023
1 parent eb4040e commit 4ba4f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/pipeline/exec/assert_num_rows_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Status AssertNumRowsOperatorX::pull(doris::RuntimeState* state, vectorized::Bloc
}
COUNTER_SET(local_state.rows_returned_counter(), local_state.num_rows_returned());
COUNTER_UPDATE(local_state.blocks_returned_counter(), 1);
RETURN_IF_ERROR(VExprContext::filter_block(_conjuncts, block, block->columns()));
return Status::OK();
}

Expand Down

0 comments on commit 4ba4f42

Please sign in to comment.