rubenada opened a new pull request #1424: [CALCITE-3309] Refactor generatePredicate method from EnumerableNestedLoopJoin/EnumerableHashJoin/EnumerableBatchNestedLoopJoin into a single location URL: https://github.com/apache/calcite/pull/1424 Jira ticket: [CALCITE-3309](https://issues.apache.org/jira/browse/CALCITE-3309) The method `EnumerableNestedLoopJoin#predicate` (that generates a predicate Expression based on a RexNode condition) has been copied-pasted as `EnumerableBatchNestedLoopJoin#generatePredicate` due to [CALCITE-2979](https://issues.apache.org/jira/browse/CALCITE-2979), and `EnumerableHashJoin#generatePredicate` due to [CALCITE-2973](https://issues.apache.org/jira/browse/CALCITE-2973). The goal of this PR is to refactor that method into a single location (e.g. EnumUtils) where it can be accessible by all 3 Enumerable Joins.
---------------------------------------------------------------- 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
