libenchao opened a new pull request #2761:
URL: https://github.com/apache/calcite/pull/2761


   …rom 'LHS.C1 = RHS.C1 AND LHS.C2 = RHS.C1'
   
   This pr aims to push infer more conditions for `JoinConditionPushRule`, for 
below sql:
   ```SQL
   SELECT * FROM T1, T2, T3
   WHERE T1.id = T3.id AND T2.id = T3.id
   ```
   This could push 'T1.id = T2.id' into the first 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to