godfreyhe commented on a change in pull request #9119: [FLINK-13268] 
[table-planner-blink] Revert SqlSplittableAggFunction to support making two 
planners available in one jar
URL: https://github.com/apache/flink/pull/9119#discussion_r303437611
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/plan/rules/logical/AggregateReduceGroupingRuleTest.xml
 ##########
 @@ -137,7 +136,7 @@ LogicalAggregate(group=[{0, 1, 2, 3, 4, 5}], 
EXPR$6=[COUNT($6)])
       <![CDATA[
 FlinkLogicalCalc(select=[a1, b1, a2, b2, a3, b3, *($f4, $f2) AS EXPR$6])
 +- FlinkLogicalJoin(condition=[=($0, $5)], joinType=[inner])
-   :- FlinkLogicalCalc(select=[a1, b1, a2, b2, CAST(CASE(IS NOT NULL(c1), 1, 
0)) AS $f4])
+   :- FlinkLogicalCalc(select=[a1, b1, a2, b2, CASE(IS NOT NULL(c1), 1:BIGINT, 
0:BIGINT) AS $f4])
 
 Review comment:
   due to CALCITE-896

----------------------------------------------------------------
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

Reply via email to