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/06/25 20:53:32 UTC

[GitHub] [calcite] jamesstarr opened a new pull request #2446: CALCITE-4668 Relbuilder.join emits Correlate when no correlated varia…

jamesstarr opened a new pull request #2446:
URL: https://github.com/apache/calcite/pull/2446


   …bles present(James Starr)
   
   Reworking the checking and validating if join is correlated in
   RelBuilder.join to check if the correlated id is used on the right
   side.If the correlated id is not used on the right side, then the join
   is not correlated and a normal Join is emitted.
   
   1.  Updating ToLogicalConverterTest to generate a non trival Correlate
   2.  Adding tests for generating non trivial correlate joins to
   RelBuilderTest.
   3.  Updating plans in sub-query.iq, that are now simplified.


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

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [calcite] zabetak closed pull request #2446: [CALCITE-4668] RelBuilder.join should convert Correlate to Join if correlation variable is unused

Posted by GitBox <gi...@apache.org>.
zabetak closed pull request #2446:
URL: https://github.com/apache/calcite/pull/2446


   


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

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org