github-actions[bot] opened a new pull request, #4648: URL: https://github.com/apache/gravitino/pull/4648
### What changes were proposed in this pull request? When the storage location of fileset has a trailing slash, the problem of not finding files may occur when traversing the directory using like the hadoop command: `hadoop dfs -ls -R gvfs://fileset/catalog/tmp/test/`. This PR detects the trailing slash when converting to a virtual path and aligns the prefix to be replaced. ### Why are the changes needed? Fix: #4586 ### How was this patch tested? Add some UTs and test shell command locally.  -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org