zabetak opened a new pull request #2644: URL: https://github.com/apache/calcite/pull/2644
Remove PLANNER logging from the message and better formulate at which point during the rule matching the cost is printed. The original message is misleading cause it is not the planner that is printed but the queue. Moreover, `IterativeRuleDriver#toString` just prints the class name and hashcode of the instance which is useless. Class name might be useful but can be obtained by changing the logger configuration (pattern layout). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
