junmuz commented on code in PR #7218:
URL: https://github.com/apache/paimon/pull/7218#discussion_r2769898549
##########
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:
We also have IcebergCommitCallbacks
[here](https://github.com/apache/paimon/blob/master/paimon-core/src/main/java/org/apache/paimon/iceberg/IcebergCommitCallback.java#L385),
so we need to support it there as well.
--
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]