Skip to content

Commit

Permalink
Update hudi-common/src/main/java/org/apache/hudi/common/table/timelin…
Browse files Browse the repository at this point in the history
…e/HoodieActiveTimeline.java

Co-authored-by: Danny Chan <yuzhao.cyz@gmail.com>
  • Loading branch information
zhuanshenbsj1 and danny0405 authored Dec 22, 2023
1 parent 594e134 commit 96e0744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ protected void transitionPendingState(HoodieInstant fromInstant, HoodieInstant t
} else {
// Ensures old state exists in timeline
ValidationUtils.checkArgument(metaClient.getFs().exists(getInstantFileNamePath(fromInstantFileName)),
"file " + getInstantFileNamePath(fromInstantFileName) + " does not exist!");
"File " + getInstantFileNamePath(fromInstantFileName) + " does not exist!");
// Use Write Once to create Target File
if (allowRedundantTransitions) {
FileIOUtils.createFileInPath(metaClient.getFs(), getInstantFileNamePath(toInstantFileName), data);
Expand Down

0 comments on commit 96e0744

Please sign in to comment.