Skip to content

Commit

Permalink
Lower log level
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Jan 7, 2025
1 parent d2436a1 commit 29ffc6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public PlanNodeStatsEstimate getStats(PlanNode node)
}
catch (RuntimeException e) {
if (isIgnoreStatsCalculatorFailures(session)) {
log.error(e, "Error occurred when computing stats for query %s", session.getQueryId());
log.warn(e, "Error occurred when computing stats for query %s", session.getQueryId());
return PlanNodeStatsEstimate.unknown();
}
throw e;
Expand Down

0 comments on commit 29ffc6c

Please sign in to comment.