gravitino
gravitino copied to clipboard
[#4278] feat(filesystem): Refactor the `getFileLocation` logics in hadoop GVFS
What changes were proposed in this pull request?
Refactor the getFileLocation logic in Hadoop GVFS so that when sending a request to the server to obtain the file location, the current data operation and operation path information are reported. Depend on #4281.
Why are the changes needed?
Fix: #4278
How was this patch tested?
Add and refactor some UTs, and existing ITs maintain normally.