[ https://issues.apache.org/jira/browse/CALCITE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ruben Q L resolved CALCITE-4123. -------------------------------- Resolution: Fixed Done via https://github.com/apache/calcite/commit/6bb7e2d0b65ec3c7a0d82c92ca0564f8caec4af5 > 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 > Assignee: Ruben Q L > Priority: Major > Labels: pull-request-available > Fix For: 1.24.0 > > Time Spent: 20m > Remaining Estimate: 0h > > 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)