Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqishang committed Nov 22, 2024
1 parent e2d1cf0 commit 7cdc9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static String optimizingPosDeleteFileName(String dataFileName, String suf
}

public static boolean isOptimizingPosDeleteFile(String dataFilePath, String posDeleteFilePath) {
return getFileNameWithoutExt(posDeleteFilePath)
return getFileName(posDeleteFilePath)
.startsWith(
String.format(
"%s-%s", getFileNameWithoutExt(dataFilePath), POS_DELETE_FILE_IDENTIFIER));
Expand Down

0 comments on commit 7cdc9f9

Please sign in to comment.