This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new fd39530e77 [branch-1.2] fix code format after merge
fd39530e77 is described below

commit fd39530e77bacef5ecb5714dc9d4f714a6efac42
Author: morningman <[email protected]>
AuthorDate: Mon Aug 28 22:55:25 2023 +0800

    [branch-1.2] fix code format after merge
---
 be/src/vec/sink/vtablet_sink.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/vec/sink/vtablet_sink.cpp b/be/src/vec/sink/vtablet_sink.cpp
index e8d022682b..8f55a8ff9f 100644
--- a/be/src/vec/sink/vtablet_sink.cpp
+++ b/be/src/vec/sink/vtablet_sink.cpp
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to