Ruben Q L created CALCITE-4123:
----------------------------------
Summary: Make EnumerableMergeJoin constructor protected
Key: CALCITE-4123
URL: https://issues.apache.org/jira/browse/CALCITE-4123
Project: Calcite
Issue Type: Task
Components: core
Reporter: Ruben Q L
Fix For: 1.24.0
Minor improvement.
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 message was sent by Atlassian Jira
(v8.3.4#803005)