Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil committed Feb 8, 2025
1 parent 1879b62 commit 02abe7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/olap/push_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ Status PushBrokerReader::_convert_to_output_block(vectorized::Block* block) {
vectorized::ColumnPtr column_ptr;

auto& ctx = _dest_expr_ctxs[dest_index];
LOG(INFO) << "slot_desc->col_name(): " << slot_desc->col_name();
LOG(INFO) << "Expression context: " << ctx->root()->expr_name();
int result_column_id = -1;
// PT1 => dest primitive type
RETURN_IF_ERROR(ctx->execute(&_src_block, &result_column_id));
Expand Down

0 comments on commit 02abe7c

Please sign in to comment.