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/03/08 17:39:09 UTC

[GitHub] [calcite] hsyuan opened a new pull request #1096: [CALCITE-2004] Push join predicate down into inner relation for lateral join

hsyuan opened a new pull request #1096: [CALCITE-2004] Push join predicate down into inner relation for lateral join
URL: https://github.com/apache/calcite/pull/1096
 
 
   Before this patch, the join predicate was put on top of LogicalCorrelate, which
   is wrong plan and may cause wrong result for left outer lateral join.

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