Skip to content

Commit

Permalink
Fix the check for retrospective updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Sep 27, 2024
1 parent 35992b8 commit ab0ee24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ abstract class JobBase(operationDef: OperationDef,
log.warn(s"${Emoji.WARNING} The dependent table '$table' has been updated at ${Instant.ofEpochSecond(chunk.jobFinished)} retrospectively " +
s"after the transformation at ${Instant.ofEpochSecond(targetJobFinishedSeconds)} .")
true
case Some(_) =>
case _ =>
false
}
}
Expand Down

0 comments on commit ab0ee24

Please sign in to comment.