danny0405 commented on a change in pull request #1840: [CALCITE-3753] Remove 
rule queue importance
URL: https://github.com/apache/calcite/pull/1840#discussion_r389436659
 
 

 ##########
 File path: core/src/test/resources/sql/winagg.iq
 ##########
 @@ -431,14 +431,14 @@ join (
   from "hr"."emps"
   window w as (partition by "deptno" order by "commission")) b
 on a."deptno" = b."deptno"
-limit 5;
+order by "deptno", ar, br limit 5;
 
 Review comment:
   But with same query and same rule sets, the rules should be fired in same 
sequence right ?

----------------------------------------------------------------
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

Reply via email to