rdblue commented on a change in pull request #3861:
URL: https://github.com/apache/iceberg/pull/3861#discussion_r781561116



##########
File path: api/src/main/java/org/apache/iceberg/catalog/Catalog.java
##########
@@ -347,8 +347,10 @@ default boolean dropTable(TableIdentifier identifier) {
    * not cached, do nothing.
    *
    * @param identifier a table identifier
+   * @return true if the table is cached, false otherwise

Review comment:
       I think this is if the table "was in the cache" because "is" is 
misleading. It is no longer cached after this call.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to