rubenada commented on issue #1091: [CALCITE-2898] RelOptUtil#splitJoinCondition must consider RexFieldAccess referencing RexInputRef (Ruben Quesada Lopez) URL: https://github.com/apache/calcite/pull/1091#issuecomment-483544822 As explained in the [mailing list](https://mail-archives.apache.org/mod_mbox/calcite-dev/201904.mbox/%3CCAEZ%2BV3s7xFJFsXtHOC%2B7m%3DRGbw-SYUYR2ZTm842Bui3dezVc5Q%40mail.gmail.com%3E), my proposed change was working on my scenario only because I was implementing [Semi]Join via Correlation, as soon as I switched to Enumerable[Semi]Join, the execution did not return the expected results. Therefore, this change will do harm, so I'll close the current PR.
---------------------------------------------------------------- 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
