JingsongLi commented on code in PR #318:
URL: https://github.com/apache/paimon-rust/pull/318#discussion_r3265402592


##########
crates/paimon/src/table/table_write.rs:
##########
@@ -518,6 +611,12 @@ impl TableWrite {
     /// Close all writers and collect CommitMessages for use with TableCommit.
     /// Writers are cleared after this call, allowing the TableWrite to be 
reused.
     pub async fn prepare_commit(&mut self) -> Result<Vec<CommitMessage>> {
+        if self.is_overwrite && self.changelog_producer == 
ChangelogProducer::Input {

Review Comment:
   Also ignore this.



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

Reply via email to