xiedeyantu commented on code in PR #4587: URL: https://github.com/apache/calcite/pull/4587#discussion_r2446558852
########## 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: If I haven't explained it clearly, it might also be because I haven't fully understood your point. Please feel free to comment again. -- 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]
