JingsongLi commented on code in PR #659:
URL: https://github.com/apache/paimon-rust/pull/659#discussion_r3717778819
##########
crates/paimon/src/table/write_builder.rs:
##########
@@ -198,7 +222,11 @@ impl<'a> PaimonWriteBuilder<'a> {
.to_string(),
});
}
- let write = TableWrite::new(self.table, self.commit_user.clone())?;
+ let write = if self.postpone_fixed_bucket {
Review Comment:
Why not modify commit just like Java appendCommitCheckConflict?
--
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]