prodeezy edited a comment 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:  
../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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to