You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "aokolnychyi (via GitHub)" <gi...@apache.org> on 2023/04/04 22:36:17 UTC

[GitHub] [iceberg] aokolnychyi commented on pull request #6786: Spark-3.3: Support unregister table procedure

aokolnychyi commented on PR #6786:
URL: https://github.com/apache/iceberg/pull/6786#issuecomment-1496685705

   Base on the discussion in #6785, I feel the actual use case we are trying to solve is the ability to drop a table pointer when there is no metadata file. If so, I think we should adapt our `dropTable` logic to handle such cases. We should still verify the table looks like an Iceberg table in the catalog (to prevent deleting non-Iceberg tables in the same metastore).
   
   PR #7228 is trying to handle that on the Spark side. We will need to change our Spark logic to call dropTable no matter whether the load was successful.


-- 
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-unsubscribe@iceberg.apache.org

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


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