yanlin-Lynn opened a new pull request #1496: [CALCITE-3400] Add support for interpretering left/right/semi/anti/full join URL: https://github.com/apache/calcite/pull/1496 Currently, we can only interpreter inner join with [Interpreter](https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/interpreter/Interpreter.java#L76), because [JoinNode](https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/interpreter/JoinNode.java#L49) only support inner join type. This PR tries to add support more join types for `JoinNode`
---------------------------------------------------------------- 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] With regards, Apache Git Services
