chunweilei commented on a change in pull request #1853: [CALCITE-3851] Replace
the node importance map with a set for pruned nodes
URL: https://github.com/apache/calcite/pull/1853#discussion_r393429871
##########
File path: core/src/main/java/org/apache/calcite/plan/volcano/RuleQueue.java
##########
@@ -265,7 +264,7 @@ private void checkDuplicateSubsets(Deque<RelSubset>
subsets,
* for a particular
* {@link VolcanoPlannerPhase phase of the planner's execution}.
*/
- private static class PhaseMatchList {
+ static class PhaseMatchList {
/**
Review comment:
Why change 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]
With regards,
Apache Git Services