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_r303437685
##########
File path:
flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/plan/rules/logical/FlinkAggregateJoinTransposeRuleTest.xml
##########
@@ -192,7 +192,7 @@ LogicalProject(EXPR$0=[$2], EXPR$1=[$3], a=[$0], b=[$1],
EXPR$4=[$4])
LogicalProject(EXPR$0=[$2], EXPR$1=[$3], a=[$0], b=[$1], EXPR$4=[$4])
+- LogicalProject(a=[$3], b=[$4], a2=[$1], b2=[$0], $f6=[*($2, $5)])
+- LogicalJoin(condition=[=($0, $3)], joinType=[inner])
- :- LogicalProject(b2=[$1], a2=[$0], $f2=[CAST(CASE(IS NOT NULL($2), 1,
0)):BIGINT NOT NULL])
+ :- LogicalProject(b2=[$1], a2=[$0], $f2=[CASE(IS NOT NULL($2), 1:BIGINT,
0:BIGINT)])
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