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 2019/05/18 01:29:39 UTC

[GitHub] [calcite] danny0405 edited a comment on issue #1157: [CALCITE-2969] Improve design of join-like relational expressions

danny0405 edited a comment on issue #1157: [CALCITE-2969] Improve design of join-like relational expressions
URL: https://github.com/apache/calcite/pull/1157#issuecomment-490381828
 
 
   > hi @danny0405, `RelDecorrelator` does not handle `SemiJoin` before, which is handled by `Frame decorrelateRel(RelNode rel)` method. I think, `Frame decorrelateRel(LogicalJoin rel)` should handle SEMI join now.
   
   Thx @godfreyhe I think you are right, we do not support decorreate a SemiJoin with correlated variables yet, so i just routing the SemiJoin decorrelation to `RelDecorrelator#decorrelateRel(RelNode rel)`

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


With regards,
Apache Git Services