nnguyen168 commented on PR #16595: URL: https://github.com/apache/iceberg/pull/16595#issuecomment-4575312607
Thanks @pvary! I've added a test `testListDirRecursivelyWithHadoopNormalizesPath` that uses a custom `TrackingFileSystem` to capture and verify the path passed to `listStatus`. The test: 1. Registers a custom FileSystem implementation for the `tracking://` scheme 2. Calls `listDirRecursivelyWithHadoop` with a path WITHOUT trailing slash (`tracking://bucket/table`) 3. Verifies the captured path ends with `/` This test will fail if the trailing slash normalization is reverted. -- 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]
