KarlManong edited a comment on issue #2435:
URL: https://github.com/apache/iceberg/issues/2435#issuecomment-974747373


   > Can this action fix the problem which accidental deleted partition data 
files?
   
   我们有一张分区表,存放在hdfs上,里面有一个分区的数据被hdfs 
client删除了。这个表只要访问了关联到错误分区的数据就直接抛出FileNotFoundException,而且还不能通过delete from table 
where partition = error_part的方式删除。目前只能通过手工修正meta的方式修复。
   
   ------
   
   We have a partition table, which is stored on hdfs, and the data of a 
partition is deleted by hdfs client. As long as this table accesses the data 
associated with the error partition, `FileNotFoundException` will be thrown 
directly, and it cannot be deleted by sql `deleting from table where partition 
= error_part`. Currently, it can only be repaired by manually correcting the 
meta.
   


-- 
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