yiguolei commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r916455664


##########
be/src/runtime/tablets_channel.h:
##########
@@ -204,6 +204,7 @@ Status TabletsChannel::add_batch(const 
TabletWriterAddRequest& request,
         if constexpr (std::is_same_v<TabletWriterAddRequest, 
PTabletWriterAddBatchRequest>) {
             return RowBatch(*_row_desc, request.row_batch());
         } else {
+            LOG(INFO) << "2 block columns: " << 
vectorized::Block(request.block()).columns();

Review Comment:
   调试日志删掉



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to