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


##########
be/src/exec/pipeline/pipeline_fragment_context.cpp:
##########
@@ -1877,6 +1886,16 @@ bool PipelineFragmentContext::_close_fragment_instance() 
{
     Defer defer_op {[&]() { _is_fragment_instance_closed = true; }};
     
_fragment_level_profile->total_time_counter()->update(_fragment_watcher.elapsed_time());
     if (!_need_notify_close) {
+        if (_runtime_state) {
+            for (auto& tasks : _tasks) {
+                for (auto& task : tasks) {
+                    if 
(!task.first->runtime_state()->paimon_commit_messages().empty()) {
+                        _runtime_state->add_paimon_commit_messages(

Review Comment:
   之前别的writer 写入,应该也有写commit message,但是不是这么写的,最好你看看要统一的一致。



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to