You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/02/13 12:39:54 UTC

[GitHub] [calcite] liyafan82 commented on a change in pull request #1801: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens

liyafan82 commented on a change in pull request #1801: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens
URL: https://github.com/apache/calcite/pull/1801#discussion_r378834979
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/plan/hep/HepPlanner.java
 ##########
 @@ -888,6 +890,28 @@ private void contractVertices(
     }
   }
 
+  /**
+   * Clears metadata cache for the RelNode and its parents.
 
 Review comment:
   parents -> ancestors?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services