Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support getFileBlockLocation in LocalCacheFileSystem
### What changes are proposed in this pull request? Delegate `getFileBlockLocation` to external file system in `LocalCacheFileSystem`. ### Why are the changes needed? Otherwise, `LocalCacheFileSystem` inherits the default behavior of `org.apache.hadoop.fs.FileSystem` which returns `localhost` only. ### Does this PR introduce any user facing changes? No. pr-link: #17672 change-id: cid-eb545dbd8ed42001d074fecfb9c8d6b118a559c1
- Loading branch information