nastra commented on code in PR #8800:
URL: https://github.com/apache/iceberg/pull/8800#discussion_r1354909112
##########
core/src/main/java/org/apache/iceberg/BaseTransaction.java:
##########
@@ -770,6 +770,11 @@ public Map<String, SnapshotRef> refs() {
return current.refs();
}
+ @Override
+ public String uuid() {
+ return current.uuid();
+ }
Review Comment:
we're not working on multi-table transactions here, so this should be fine
because this refers to a `TransactionTable` here. Multi-table transactions (or
catalog transactions) are handled differently
(https://github.com/apache/iceberg/pull/6948)
--
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]