SGITLOGIN commented on issue #12062:
URL: https://github.com/apache/iceberg/issues/12062#issuecomment-2612426797
OK,I will test this method
--
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 spe
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-
RussellSpitzer commented on issue #12062:
URL: https://github.com/apache/iceberg/issues/12062#issuecomment-2609962841
The difficulty with this is In Spark is that spark will always call "load"
before drop.
So essentially DROP in Spark looks like
Load Catalog
Load Table
Ca