gravitino
gravitino copied to clipboard
[#4279] feat(client-python): Add the `getFileLocation` interface in Python Client
What changes were proposed in this pull request?
Added an interface in Python Client for obtaining the file location so that the client can report some necessary information for the server to audit and simplify some check logics in Python GVFS later. Depend on #4320.
Why are the changes needed?
Fix: #4279
How was this patch tested?
Add UTs and ITs.