xiedeyantu commented on code in PR #5082:
URL: https://github.com/apache/calcite/pull/5082#discussion_r3532593664
##########
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:
Yes, I am referring to the "playground" that is frequently used. While it
certainly isn't suitable for inclusion in the actual codebase, it can help
reduce the reviewer's workload during the code review process.
--
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]