You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/05/09 14:18:12 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #7569: Core: Add REST API for committing changes against multiple tables

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org