tub commented on code in PR #7218:
URL: https://github.com/apache/paimon/pull/7218#discussion_r2768350227
##########
paimon-core/src/main/java/org/apache/paimon/catalog/RenamingSnapshotCommit.java:
##########
@@ -54,6 +55,17 @@ public boolean commit(Snapshot snapshot, String branch,
List<PartitionStatistics
? snapshotManager.snapshotPath(snapshot.id())
:
snapshotManager.copyWithBranch(branch).snapshotPath(snapshot.id());
+ // Use native conditional writes if supported
Review Comment:
I'm not 100% sure if this is the right approach, or if we should rename
`RenamingSnapshotCommit‎` given that it doesn't _always_ use rename now.
--
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]