diydriller opened a new pull request, #9371: URL: https://github.com/apache/gravitino/pull/9371
### What changes were proposed in this pull request? This PR fixes the incorrect resource path enumeration logic in the GCS token provider by ensuring that multi-level paths accumulate parent segments correctly and include directory variants where applicable. ### Why are the changes needed? The previous implementation only accumulated full segments and did not include directory variants for intermediate segments Fix: https://github.com/apache/gravitino/issues/8010 ### Does this PR introduce _any_ user-facing change? No new user-facing API is introduced. ### How was this patch tested? Use the test code written in the issue -- 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]
