resolvicomai opened a new pull request, #16509: URL: https://github.com/apache/iceberg/pull/16509
## Summary - Bound `file_list_view` filtering to the exact table location or paths below `location/` - Applied the same location-boundary filter to Spark 3.5, 4.0, and 4.1 action implementations - Added a Spark 3.5 regression test that verifies a sibling path like `<table-location>-backup/...` is ignored Fixes #16493. ## Validation - `git diff --check` - Attempted: `./gradlew :iceberg-spark:iceberg-spark-3.5_2.12:test --tests "org.apache.iceberg.spark.actions.TestRemoveOrphanFilesAction.testCompareToFileListDoesNotMatchSiblingLocationPrefix"` The Gradle test is blocked locally because this machine has no Java Runtime installed. -- 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]
