return (file.length() != size) || (xxhash64.isPresent() && (xxhash64(localFileSystem,new Path(file.toURI())) != xxhash64.getAsLong())); | return (file.length() != size) || (xxhash64.isPresent() && (xxhash64(localFileSystem.get(),new Path(file.toURI())) != xxhash64.getAsLong())); | (file.length() != size) || (xxhash64.isPresent() && (xxhash64(localFileSystem,new Path(file.toURI())) != xxhash64.getAsLong())) | (file.length() != size) || (xxhash64.isPresent() && (xxhash64(localFileSystem.get(),new Path(file.toURI())) != xxhash64.getAsLong())) | presto | 19e334a0fd6b9f50b40c367c182c4e4239b4565c | com.facebook.presto.raptor.storage.ShardRecoveryManager | | _1 | localFileSystem |
---|
_2 | localFileSystem |
---|
| v0 | (file.length() != size) |
---|
v1 | xxhash64 |
---|
| | v0 | (file.length() != size) |
---|
v1 | xxhash64 |
---|
| Returns | True |