vlsi commented on issue #1717: [CALCITE-3667] EnumerableMergeJoin should not use take-while enumerat… URL: https://github.com/apache/calcite/pull/1717#issuecomment-570275226 Frankly speaking, I'm looking into reverting the change to `mergeJoin(...)` method: 1) Reverting the method would keep backward compatibility with linq4j API 2) The current implementation is not different from the old `mergeJoin(...).where(...)`, thus it would be better to just generate `.where(...)` code in `EnumerableMergeJoin` than alter `mergeJoin` API.
---------------------------------------------------------------- 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
