danny0405 commented on a change in pull request #2057:
URL: https://github.com/apache/calcite/pull/2057#discussion_r452161828



##########
File path: 
core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
##########
@@ -519,6 +519,7 @@ public RelNode findBestExp() {
         try {
           match.onMatch();
         } catch (VolcanoTimeoutException e) {
+          LOGGER.warn("Catch VolcanoTimeoutException, abort optimization.");
           root = canonize(root);

Review comment:
       How about "Volcano planning times out, cancels the subsequent 
optimization."




----------------------------------------------------------------
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]


Reply via email to