You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/04/27 15:17:19 UTC

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #939: Support UpdateEvent for Update Operations

rdsr commented on a change in pull request #939:
URL: https://github.com/apache/incubator-iceberg/pull/939#discussion_r415902716



##########
File path: core/src/main/java/org/apache/iceberg/BaseTable.java
##########
@@ -39,6 +39,11 @@ public BaseTable(TableOperations ops, String name) {
     this.name = name;
   }
 
+  @Override
+  public String name() {

Review comment:
       Removed




----------------------------------------------------------------
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:
users@infra.apache.org



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