mymeiyi commented on code in PR #23053:
URL: https://github.com/apache/doris/pull/23053#discussion_r1322297968


##########
be/src/vec/sink/vtablet_sink.cpp:
##########
@@ -1378,6 +1388,10 @@ Status VOlapTableSink::send(RuntimeState* state, 
vectorized::Block* input_block,
                     block.get(), filter_col, block->columns()));
         }
     }
+    if (_group_commit) {
+        RETURN_IF_ERROR(write_wal(_block_convertor.get(), 
_tablet_finder.get(), block.get(), state,

Review Comment:
   write_wal can be called in group_commit_tablet_sink#handle_block



-- 
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