danny0405 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_r407327831
##########
File path: core/src/main/java/org/apache/calcite/plan/volcano/RuleQueue.java
##########
@@ -196,7 +196,7 @@ VolcanoRuleMatch popMatch(VolcanoPlannerPhase phase) {
phaseMatchList.matchMap.remove(
planner.getSubset(match.rels[0]), match);
- LOGGER.debug("Pop match: {}", match);
+ LOGGER.trace("Pop match: {}", match);
return match;
Review comment:
Maybe reasonable, but it is another topic, should be resolved in another
issue and it is better if there is a discussion about this switch.
----------------------------------------------------------------
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