coolderli commented on issue #6890: URL: https://github.com/apache/iceberg/issues/6890#issuecomment-1438351030
@nastra Thank you for your attention. I used the hive catalog. We periodically perform orphan file cleanup for each table. As described above, I renamed table_a to table_b and recreated table_a. Then table_a and table_b have the same data directory. The table_a's orphan file cleanup program will clean up table_b's normal files, so when we query table_b encountered FileNotFoundException. -- 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]
