Skip to content

Commit

Permalink
Core: Fix typo in HadoopTableOperations (#11880)
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin authored Dec 29, 2024
1 parent 3fa8a46 commit 7f14032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ int findVersion() {

return maxVersion;
} catch (IOException io) {
LOG.warn("Error trying to recover version-hint.txt data for {}", versionHintFile, e);
LOG.warn("Error trying to recover the latest version number for {}", versionHintFile, io);
return 0;
}
}
Expand Down

0 comments on commit 7f14032

Please sign in to comment.