ELHoussineT commented on issue #6105:
URL: https://github.com/apache/iceberg/issues/6105#issuecomment-1319834985

   @AlvaroNavarroMora Interesting, we did as the example you shared in the main 
thread and we saw that the metadata were deleted. For verification of the 
deletion of the metadata, we used pyiceberg from this PR 
https://github.com/apache/iceberg/pull/6034. 
   
   Running the following code before and after setting the table properties 
showed that the old metadata were in fact deleted. 
   
   ```
   from pyiceberg.catalog.glue import GlueCatalog
   catalog = GlueCatalog("glue", warehouse=f"s3://...")
   table = catalog.load_table("<glue db>.<table>")
   print(table.metadata.metadata_log)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to