cccs-jc opened a new issue, #7884: URL: https://github.com/apache/iceberg/issues/7884
### Feature Request / Improvement My Iceberg table has datafiles that have paths with blob, while my metadata files have a dfs. In Azure there are two API to refer to files blob and dfs. You can use a path which uses `<container>@host.blob.core.windows.net` against the dfs API. So the table works just fine I can read, write, delete, partition rewrite, etc. No issues. However, the `remove_orphan_files` has an additional checks where it verify the prefix which fail.  I would like to ignore this check because I know it's okay to delete these files. The option is missing from the store procedure. https://github.com/apache/iceberg/blob/master/spark/v3.1/spark/src/main/java/org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.java#L49 I see the functionality to ignore prefix is available but not via the procedure. Could this be added please. ### Query engine Spark -- 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]
