Skip to content

Commit 51149e7

Browse files
committed
address aaron's comment on returning value of the remove() function in tachyonstore
1 parent 8adfcfa commit 51149e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/storage/TachyonStore.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private class TachyonStore(
9898
if (tachyonManager.fileExists(file)) {
9999
tachyonManager.removeFile(file)
100100
} else {
101-
true
101+
false
102102
}
103103
}
104104

0 commit comments

Comments
 (0)