FatLittle commented on a change in pull request #1991:
URL: https://github.com/apache/calcite/pull/1991#discussion_r436253879
##########
File path: core/src/main/java/org/apache/calcite/plan/volcano/RelSubset.java
##########
@@ -120,6 +121,16 @@
*/
boolean triggerRule = false;
+ /**
+ * the upper bound of the last OptimizeGroup call
+ */
+ RelOptCost upperBound;
+
+ /**
+ * RelNode ids that is invoked passThrough method before
+ */
+ Set<Integer> passThroughCache;
Review comment:
Good Point. Will resolve it.
----------------------------------------------------------------
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]