zhjwpku commented on code in PR #512:
URL: https://github.com/apache/iceberg-cpp/pull/512#discussion_r2715483389
##########
src/iceberg/transaction.cc:
##########
@@ -200,6 +197,29 @@ Status Transaction::Apply(PendingUpdate& update) {
metadata_builder_->AssignUUID();
}
} break;
+ case PendingUpdate::Kind::kUpdateSnapshotReference: {
Review Comment:
Yes, let me refactor this in a separate PR so we can discuss it more
thoroughly.
--
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]