godfrey he created FLINK-13268: ---------------------------------- Summary: revert SqlSplittableAggFunction to make two planners available in one jar Key: FLINK-13268 URL: https://issues.apache.org/jira/browse/FLINK-13268 Project: Flink Issue Type: Improvement Components: Table SQL / Planner Reporter: godfrey he Assignee: godfrey he Fix For: 1.9.0, 1.10.0
currently, SqlSplittableAggFunction is copied from Calcite and its `topSplit` method is extended to supports Left/Right outer join (see more: [CALCITE-2378|http://issues.apache.org/jira/browse/CALCITE-2378]). this new feature is only used for tpc-h now, so we will revert this class to make both planners available in one jar. -- This message was sent by Atlassian JIRA (v7.6.14#76016)