Skip to content

Commit b0fdea8

Browse files
committed
retest this please
1 parent bb15a4d commit b0fdea8

File tree

1 file changed

+1
-1
lines changed
  • common/network-common/src/main/java/org/apache/spark/network/util

1 file changed

+1
-1
lines changed

common/network-common/src/main/java/org/apache/spark/network/util/DigestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static long getDigest(File file, long offset, long length) {
5656
} catch (IOException e) {
5757
LOG.error(String.format("Exception while computing digest for file segment: " +
5858
"%s(offset:%d, length:%d)", file.getName(), offset, length ));
59-
return -1;
59+
return -1L;
6060
}
6161
}
6262

0 commit comments

Comments
 (0)