fallintoplace opened a new pull request, #1644: URL: https://github.com/apache/iceberg-go/pull/1644
## What changed\n\nUse slash-based path normalization for portable orphan-cleanup comparisons.\n\n## Why\n\nThe previous implementation cleaned paths with before converting Windows separators. On Unix, Windows-style segments were therefore left unresolved. On Windows, cleaning URL paths could introduce backslashes into serialized URLs.\n\nThis could make a referenced file look orphaned during cleanup.\n\n## Testing\n\n- Added Windows and mixed-separator dot-segment cases\n- Added UNC path coverage\n- Added an orphan matching regression test\n- ok github.com/apache/iceberg-go/table (cached) -- 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]
