rdblue commented on a change in pull request #362: Support create and replace
transactions in Catalog
URL: https://github.com/apache/incubator-iceberg/pull/362#discussion_r317815165
##########
File path:
core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java
##########
@@ -66,6 +67,35 @@ public int currentVersion() {
return version;
}
+ @Override
+ public TableMetadata refresh() {
Review comment:
FYI @moulimukherjee and @aokolnychyi: Mouli just added docs for implementing
your own `BaseMetastoreTableOperations`. We'll want to update those for this
change to override `doRefresh` at some point, depending on when this makes it
in.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]