xndai commented on a change in pull request #1910: [CALCITE-3915] Add rule
listener to report rule attempts and time at …
URL: https://github.com/apache/calcite/pull/1910#discussion_r410499729
##########
File path: core/src/main/java/org/apache/calcite/util/trace/CalciteTrace.java
##########
@@ -118,6 +118,11 @@ public static Logger getSqlToRelTracer() {
return LoggerFactory.getLogger("org.apache.calcite.sql2rel");
}
+ public static Logger getRuleAttemptsTracer() {
+ return LoggerFactory.getLogger(
+ "org.apache.calcite.plan.AbstractRelOptPlanner.RuleAttemptsListener");
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services