rdblue commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1199834586
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -107,6 +107,10 @@ public String tableName() {
}
public TableMetadata startMetadata() {
+ return base;
+ }
+
+ public TableMetadata currentMetadata() {
Review Comment:
I'm fine with this being here. I was thinking about how to write the tests
and this is an easy way to stack up multiple changes.
--
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]