CoderNasim2023 opened a new pull request, #16999: URL: https://github.com/apache/iceberg/pull/16999
**This commit fixes issue #16493 where file_list_view was scoped using raw string prefix matching, which allowed sibling paths to fall inside orphan cleanup (e.g. s3://bucket/table-backup matched s3://bucket/table). Added a trailing slash to the location before prefix matching in filteredCompareToFileList to ensure precise directory scoping.** --- **AI Disclosure** - Model: Gemini 2.5 Pro / Claude Sonnet 4.6 - Platform/Tool: Antigravity IDE - Human Oversight: fully reviewed - Prompt Summary: Fix DeleteOrphanFilesSparkAction sibling path matching bug -- 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]
