Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr committed Dec 19, 2023
1 parent bda6e58 commit ddf6f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private static boolean isSync(long visibleVersionTime, Set<BaseTableInfo> tables
try {
table = getTable(baseTableInfo);
} catch (AnalysisException e) {
LOG.warn("get table failed, " + baseTableInfo);
LOG.warn("get table failed, {}", baseTableInfo, e);
return false;
}
if (excludedTriggerTables.contains(table.getName())) {
Expand Down

0 comments on commit ddf6f77

Please sign in to comment.