RussellSpitzer commented on issue #9327:
URL: https://github.com/apache/iceberg/issues/9327#issuecomment-1859515258

   When I see this sort of thing it's usually one of two issues
   
   1. The user has accidentally run some command which deletes files without 
talking to iceberg, the snapshot refers to a file which no longer exists. This 
was done accidentally so the file must be removed via a metadata delete to get 
the table back to a healthy status. 
   
      Common reasons for this
      * User has mutliple tables homed in the same directory, Remove orphan 
files for one deletes files for the other
      * User error, manually deleting a file
      * Third party ttl system
   
   2. The query is running a snapshot which has been expired but not yet 
removed from cache, or the  query was started and then the snapshot was 
expired. In this case you just refresh the cache and the query will work


-- 
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-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to