smaheshwar-pltr commented on code in PR #15904:
URL: https://github.com/apache/iceberg/pull/15904#discussion_r3185043480
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -295,9 +294,14 @@ private void commitCreateTransaction() {
}
}
- private void commitReplaceTransaction(boolean orCreate) {
+ private void commitReplaceTransaction() {
Map<String, String> props = base != null ? base.properties() :
current.properties();
+ Set<Long> startingSnapshots =
Review Comment:
this is duplicated - helper method?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]