Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
ViewFileSystem inherits the default implementation of getFileChecksum(final Path f, final long length) from FileSystem which returns null. ViewFileSystem must override this to resolve the target filesystem and file path from configured mount points and invoke the right checksum method on the target filesystem.