qphien commented on issue #2093: URL: https://github.com/apache/iceberg/issues/2093#issuecomment-767300672
Sorry for my late reply. In my use case, partition creation time is used to remove expired partition. A few jobs may be used to write to the same partition at different times. With partition update time, i can track related jobs which update the table partition. I searched related issues on github and dev mails: https://github.com/apache/iceberg/issues/1597: remove expired snapshot with snapshot timestamp-ms https://github.com/apache/iceberg/issues/1599: remove expired file with filesystem file modification time However, it seems there is no way to remove expired partition currently. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
