zabetak opened a new pull request #2393: URL: https://github.com/apache/calcite/pull/2393
1. Gather required columns from the right side after the handling of the filter to account for those columns present in the join condition. 2. Predicate for SEMI/ANTI join types should be pushed to the right cause otherwise columns in the condition referencing the right side will be invalid. 3. Throw IllegalArgumentException for non-supported correlation joins. 4. Update existing tests with the correct plans 5. Add new tests for RelBuilder#join with correlation covering all join types. -- 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: [email protected]
