This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 222384fe3b4 make rule timings log debug (#17354)
222384fe3b4 is described below
commit 222384fe3b4571b39d6c1770daa25ee18501bad5
Author: Johan Adami <[email protected]>
AuthorDate: Thu Dec 11 17:15:46 2025 -0500
make rule timings log debug (#17354)
Co-authored-by: Johan Adami <[email protected]>
---
.../java/org/apache/pinot/query/context/RuleTimingPlannerListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-query-planner/src/main/java/org/apache/pinot/query/context/RuleTimingPlannerListener.java
b/pinot-query-planner/src/main/java/org/apache/pinot/query/context/RuleTimingPlannerListener.java
index 7de21b3522a..a1aef2c3ef6 100644
---
a/pinot-query-planner/src/main/java/org/apache/pinot/query/context/RuleTimingPlannerListener.java
+++
b/pinot-query-planner/src/main/java/org/apache/pinot/query/context/RuleTimingPlannerListener.java
@@ -90,7 +90,7 @@ public class RuleTimingPlannerListener implements
RelOptListener {
}
public void printRuleTimings() {
- LOGGER.info(getRuleTimings(SqlExplainFormat.DOT));
+ LOGGER.debug(getRuleTimings(SqlExplainFormat.DOT));
}
public void populateRuleTimings() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]