ebyhr commented on issue #12062:
URL: https://github.com/apache/iceberg/issues/12062#issuecomment-2611698373

   How about adding a new procedure that drops a table without "load"? 
   Trino Iceberg connector has 
[unregister_table](https://trino.io/docs/current/connector/iceberg.html#unregister-table)
 procedure as you may already know:
   
   ```sql
   CALL example.system.unregister_table(schema_name => 'testdb', table_name => 
'customer_orders')
   ```
   
   


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