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 2019/04/03 22:41:28 UTC

[GitHub] [incubator-iceberg] lys0716 commented on a change in pull request #147: Add override annotations for HadoopTableOperations

lys0716 commented on a change in pull request #147: Add override annotations for HadoopTableOperations
URL: https://github.com/apache/incubator-iceberg/pull/147#discussion_r271960317
 
 

 ##########
 File path: api/src/main/java/org/apache/iceberg/types/Type.java
 ##########
 @@ -112,10 +114,11 @@ Object writeReplace() throws ObjectStreamException {
   }
 
   abstract class NestedType implements Type {
+    @Override
     public boolean isNestedType() {
       return true;
     }
-
+    @Override
 
 Review comment:
   Thanks! Updated.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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