Hi team, can you please advise how to solve this error:
Metadata for table [nessie.table] is not available for the commit [5206b6b5]. The metadata files may have expired and been garbage collected based on the table history retention policy.
Hi @jaroslav_marko. Could you provide some more information about the operation(s) you performed on this table? Did you perform any ROLLBACK, VACUUM, or general table-history/versioning commands?
Or, is this occurring on the most recent snapshot of your table?
Hi, this is happening on last snapshot and I’m not aware of doing any special operations. I suspect that there were more concurrent deletes / cancelations of query at one point that have caused it. Jaro
it started to happen on another table too. can you please help?
Metadata for table [nessie.table] is not available for the commit [e07b6e35]. The metadata files may have expired and been garbage collected based on the table history retention policy.
at minimum i want to drop the table and load it again. but i’m pretty concerned about such behavior.