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



##########
File path: 
spark3/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java
##########
@@ -287,4 +302,13 @@ private T getSessionCatalog() {
         "Please make sure your are replacing Spark's default catalog, named 
'spark_catalog'.");
     return sessionCatalog;
   }
+
+  private boolean callPurgeTable(Object catalog, Identifier ident) {

Review comment:
       I don't think it's a good idea to use reflection here. I'd probably wait 
to merge this until after the Spark refactor so that we can implement new APIs 
from 3.1




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