Hi Iceberg Devs

I’m currently working on delete expired table and partition in iceberg. 
However, I can not find table/partition creation time, it seems iceberg only 
stores snapshot creation time. In hive, transient_lastDdlTime, createTime and 
lastAccessTime are stored in metastore. With time metadata, we can know when 
table is changed and track related jobs. 


Is there any way to get the time metadata mentioned above in the current 
implementation of iceberg?



Thanks.

Reply via email to