yiguolei commented on code in PR #21545:
URL: https://github.com/apache/doris/pull/21545#discussion_r1253962767
##########
be/src/vec/sink/vtablet_sink.cpp:
##########
@@ -1501,6 +1500,20 @@ void VOlapTableSink::try_close(RuntimeState* state,
Status exec_status) {
if (_try_close) {
return;
}
+
+ // open_partition_finished must be before mark_close
+ bool open_partition_done = true;
+ for (const auto& index_channel : _channels) {
Review Comment:
if (! _open_partition_done)
--
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]