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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
