chunweilei commented on a change in pull request #1840: [CALCITE-3753] Remove
rule queue importance
URL: https://github.com/apache/calcite/pull/1840#discussion_r386185952
##########
File path: core/src/test/resources/sql/misc.iq
##########
@@ -473,7 +473,7 @@ EnumerableCalc(expr#0..7=[{inputs}], expr#8=[IS
NULL($t5)], expr#9=[IS NULL($t7)
EnumerableCalc(expr#0..3=[{inputs}], expr#4=[true], deptno=[$t0],
$f0=[$t4])
EnumerableTableScan(table=[[hr, depts]])
EnumerableAggregate(group=[{0}], agg#0=[MIN($1)])
- EnumerableCalc(expr#0..3=[{inputs}], expr#4=[90], expr#5=[+($t0, $t4)],
expr#6=[true], $f4=[$t5], $f0=[$t6])
+ EnumerableCalc(expr#0..3=[{inputs}], expr#4=[90], expr#5=[+($t0, $t4)],
expr#6=[true], $f4=[$t5], $f0=[$t6], $condition=[$t6])
EnumerableTableScan(table=[[hr, depts]])
!plan
Review comment:
I think optimizer latency can be benefited a lot from this patch. Any
experiment?
----------------------------------------------------------------
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