rubenada opened a new pull request #2067: URL: https://github.com/apache/calcite/pull/2067
Minor change. EnumerableMergeJoin should have a protected constructor (instead of package private), in case downstream projects require to extend it. This is already the case with other join operators, which provide a protected constructor, e.g.: EnumerableHashJoin, EnumerableNestedLoopJoin, EnumerableBatchNestedLoopJoin. ---------------------------------------------------------------- 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]
