You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/06/27 22:02:03 UTC

[GitHub] [iceberg] kbendick commented on issue #5141: No way to rollback first commit in table

kbendick commented on issue #5141:
URL: https://github.com/apache/iceberg/issues/5141#issuecomment-1167958464

   Since this is the first commit of a table, you could potentially get the create table DDL from spark `SHOW CREATE TABLE` and then do some variant of `REPLACE TABLE <tbl>`.
   
   Sort of a hack, but might be a worthwhile avenue of investigation.


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