xiedeyantu commented on code in PR #4587:
URL: https://github.com/apache/calcite/pull/4587#discussion_r2446373364


##########
core/src/test/resources/sql/hep.iq:
##########
@@ -38,11 +38,11 @@
 # 5. Duplicate operations on the same rule: last operation wins
 #    Example: "+Rule1,+Rule1,-Rule1" results in rule being removed
 # 6. Execution order:
-#      [HEP Program] (HepPlanner, configurable rules)
+#      [HEP Program] (HepPlanner, configurable CoreRules.* rules)
 #            ↓
-#      [Volcano Program] (VolcanoPlanner, configurable rules)
+#      [Volcano Program] (VolcanoPlanner, configurable EnumerableRules.* rules)
 #            ↓
-#      [Calc Program] (HepPlanner, fixed rules)
+#      [Calc Program] (HepPlanner, fixed RelOptRules.CALC_RULES)

Review Comment:
   I mimicked the usage pattern of the Program.standard method and ultimately 
called Programs.calc.



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

Reply via email to