Skip to content

Commit

Permalink
[branch-1.2] fix code format after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Aug 28, 2023
1 parent 1f0a31e commit fd39530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/sink/vtablet_sink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void VNodeChannel::try_send_block(RuntimeState* state) {
request.set_packet_seq(_next_packet_seq);
auto block = mutable_block->to_block();
CHECK(block.rows() == request.tablet_ids_size())
<< "block rows: " << block.rows() << ", tablet_ids_size: " << request.tablet_ids_size();
<< "block rows: " << block.rows() << ", tablet_ids_size: " << request.tablet_ids_size();
if (block.rows() > 0) {
SCOPED_ATOMIC_TIMER(&_serialize_batch_ns);
size_t uncompressed_bytes = 0, compressed_bytes = 0;
Expand Down

0 comments on commit fd39530

Please sign in to comment.