Skip to content

Commit 29ffc6c

Browse files
committed
Lower log level
1 parent d2436a1 commit 29ffc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/trino-main/src/main/java/io/trino/cost/CachingStatsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public PlanNodeStatsEstimate getStats(PlanNode node)
9090
}
9191
catch (RuntimeException e) {
9292
if (isIgnoreStatsCalculatorFailures(session)) {
93-
log.error(e, "Error occurred when computing stats for query %s", session.getQueryId());
93+
log.warn(e, "Error occurred when computing stats for query %s", session.getQueryId());
9494
return PlanNodeStatsEstimate.unknown();
9595
}
9696
throw e;

0 commit comments

Comments
 (0)