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/11/20 15:32:20 UTC

[GitHub] [incubator-iceberg] prodeezy commented on issue #653: Add CachingCatalog

prodeezy commented on issue #653: Add CachingCatalog
URL: https://github.com/apache/incubator-iceberg/pull/653#issuecomment-556056706
 
 
   @rdblue 
   Iceberg fails to compile after this checkin .. 
   
   ```
   > Task :iceberg-core:compileJava
   ../Github/prodeezy/verify/incubator-iceberg/core/src/main/java/org/apache/iceberg/CachingCatalog.java:31: error: CachingCatalog is not abstract and does not override abstract method listTables(Namespace) in Catalog
   public class CachingCatalog implements Catalog {
          ^
   Note: /Users/kowshik/Code/Github/prodeezy/verify/incubator-iceberg/core/src/main/java/org/apache/iceberg/util/Tasks.java uses unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
   1 error
   
   > Task :iceberg-core:compileJava FAILED
   ```
   
   
   .. `listTables(Namespace)` needs to be added to `CachingCatalog.java`

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