wForget commented on code in PR #10128:
URL: https://github.com/apache/iceberg/pull/10128#discussion_r1568109837


##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/TestSparkSessionCatalog.java:
##########
@@ -98,4 +103,20 @@ public void testLoadFunction() {
 
     // TODO: fix loading Iceberg built-in functions in SessionCatalog
   }
+
+  @Test
+  public void testDropHiveTable() throws NoSuchTableException {

Review Comment:
   If we fix it in `HiveCatalog` , do we need to add a new option control 
whether to allow deletion of hive table, like the `list-all-tables` option in 
`listTables`?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to