mihaibudiu commented on code in PR #5082:
URL: https://github.com/apache/calcite/pull/5082#discussion_r3532575328
##########
core/src/test/resources/sql/hep.iq:
##########
@@ -103,6 +103,25 @@ EnumerableSort(sort0=[$1], dir0=[ASC])
EnumerableCalc(expr#0..7=[{inputs}], expr#8=[CAST($t3):INTEGER],
expr#9=[7698], expr#10=[=($t8, $t9)], expr#11=[CAST($t6):DECIMAL(12, 2)],
expr#12=[500.00:DECIMAL(12, 2)], expr#13=[=($t11, $t12)], expr#14=[IS NOT
TRUE($t13)], expr#15=[AND($t10, $t14)], MGR=[$t3], COMM=[$t6],
$condition=[$t15])
EnumerableTableScan(table=[[scott, EMP]])
!plan
+
+# [CALCITE-7645] AggregateUnionTransposeRule must preserve aggregate FILTER
when creating pushed-down aggregates
Review Comment:
If you mean some playground link, these are transient, they should not be
checked-in.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]