kbendick opened a new issue #4249: URL: https://github.com/apache/iceberg/issues/4249
There's a `PathFilter`, `HiddenPathFilter`, that is used during the `RemoveOrphanFiles` Spark actions (amongst other places). Hadoop filtering will remove anything with an underscore, so if a partition filter is created that has a leading underscore, then remove orphan files will fail to remove these files. We should update `RemoveOrphanFiles` to handle cases where directories are erroneously marked as hidden paths. -- 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