You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/02/12 10:50:18 UTC

[GitHub] [calcite] aigor commented on pull request #2347: CALCITE-4494 Improve planning performance with RelSubset check for Rel presence (Igor Lozynskyi)

aigor commented on pull request #2347:
URL: https://github.com/apache/calcite/pull/2347#issuecomment-778122725


   > There's one more instance of `getRelList().contains` in `matchRecurse`. Would you please update it to the faster API?
   > 
   > ```java
   >             List<RelNode> inputRels = input.getRelList();
   >             if (!inputRels.contains(previous)) {
   >               continue;
   >             }
   > ```
   
   


----------------------------------------------------------------
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:
users@infra.apache.org