smallx commented on a change in pull request #3837:
URL: https://github.com/apache/iceberg/pull/3837#discussion_r778877008



##########
File path: 
spark/v3.0/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java
##########
@@ -270,8 +270,17 @@ public void renameTable(Identifier from, Identifier to) 
throws NoSuchTableExcept
   public void invalidateTable(Identifier ident) {
     try {
       load(ident).first().refresh();
-    } catch (org.apache.iceberg.exceptions.NoSuchTableException ignored) {
-      // ignore if the table doesn't exist, it is not cached
+    } catch (Exception e) {

Review comment:
       I have add `TableUUIDMismatchException` class.




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