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_r394090678
##########
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:
I don't think it is a good practice to modify it just for the test case. Can
we change the test case?
----------------------------------------------------------------
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