Skip to content

Commit

Permalink
[FLINK-13523][table-planner-blink] address feedback: comments of Spli…
Browse files Browse the repository at this point in the history
…tAggregateRule
  • Loading branch information
docete committed Aug 8, 2019
1 parent e674d47 commit 2c9256d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ import scala.collection.JavaConversions._
*
* flink logical plan:
* {{{
* FlinkLogicalCalc(select=[a, $f1, $f2, /($f3, $f4) AS $f3])
* FlinkLogicalCalc(select=[a, $f1, $f2, CAST(IF(=($f4, 0:BIGINT), null:INTEGER, /($f3, $f4))) AS
* $f3])
* +- FlinkLogicalAggregate(group=[{0}], agg#0=[SUM($2)], agg#1=[$SUM0($3)], agg#2=[$SUM0($4)],
* agg#3=[$SUM0($5)])
* +- FlinkLogicalAggregate(group=[{0, 3}], agg#0=[SUM($1) FILTER $4], agg#1=[COUNT(DISTINCT $2)
Expand Down

0 comments on commit 2c9256d

Please sign in to comment.