hsyuan commented on issue #1719: [CALCITE-3668] VolcanoPlanner does not match 
all the RelSubSet in matchRecursive
URL: https://github.com/apache/calcite/pull/1719#issuecomment-578335949
 
 
   Agree, the name is confusing. I don't think it will be used by any other 
places. How about we just drop the method, use this directly:
   ```
   successors = subset.set.subsets.stream()
           .filter(s -> s.getTraitSet().satisfies(subset.getTraitSet()))
           .collect(Collectors.toList());
   ```
   

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

Reply via email to