nastra commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1188675660
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -107,7 +107,11 @@ public String tableName() {
}
public TableMetadata startMetadata() {
- return current;
+ return this.base;
Review Comment:
`startMetadata()` wasn't used before and I was expecting it to point to
`this.base`
--
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]