varun-lakhyani opened a new pull request, #14933: URL: https://github.com/apache/iceberg/pull/14933
## Description Implements location overlap validation for `SnapshotTableAction` to prevent destination table location from overlapping with source table location. Resolves TODO comment in `SnapshotTableSparkAction.java:127` in spark v4.1. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update ## How Has This Been Tested? - Code compiles successfully with Java 17 - Local testing skipped due to Windows POSIX permissions limitation ## Checklist - [x] Implementation follows existing code patterns and Iceberg contribution guidelines - [x] Code compiles without errors - [ ] Test coverage added (will add if requested during review) - [x] No breaking changes to public APIs -- 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]
