JingsongLi commented on code in PR #422:
URL: https://github.com/apache/paimon-rust/pull/422#discussion_r3491954466
##########
crates/paimon/src/table/table_commit.rs:
##########
@@ -655,16 +1044,29 @@ impl TableCommit {
} else {
CommitKind::APPEND
};
+ let detect_conflicts = has_delete;
Review Comment:
Addressed in e7d879c: restored a CommitMessage/Direct plan source snapshot
marker, enabled row-id + write-column conflict detection for data-evolution
partial updates, and added concurrent same-row-id/same-column reject plus
different-column allow tests. DataEvolutionWriter now propagates the scan
snapshot id into commit messages.
--
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]