coolderli opened a new issue, #6890:
URL: https://github.com/apache/iceberg/issues/6890

   ### Apache Iceberg version
   
   1.0.0
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   I searched the issues but didn't find the answer, there is my problem.
   
   I query the table with the name `app_hr_talent_empl_df_1d_v2_drop` but I got 
`File does not exist: 
/xxxx/xxdb/app_hr_talent_empl_df_1d_v2/metadata/00243-109f2aee-78a2-42b1-bfba-6a69e18b919b.metadata.json`
   
   I rename the table `app_hr_talent_empl_df_1d_v2` to 
`app_hr_talent_empl_df_1d_v2_drop` and then I create a new table with the name 
`app_hr_talent_empl_df_1d_v2`. 
   
   So I think the orphans clean produces of table 
`app_hr_talent_empl_df_1d_v2`delete the file 
`/xxxx/xxdb/app_hr_talent_empl_df_1d_v2/metadata/00243-109f2aee-78a2-42b1-bfba-6a69e18b919b.metadata.json`.
   
   How should we deal with this situation, Thanks.


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