rui-mo commented on issue #9965:
URL: 
https://github.com/apache/incubator-gluten/issues/9965#issuecomment-2996635599

   @wenfang6 I tried above query and got the same Velox plan as the one 
mentioned in issue description, but still didn't repro this issue.
   
   ```
   -- Project[5][expressions: (n5_4:INTEGER, "n0_0"), (n5_5:VARCHAR, "n0_1"), 
(n5_6:INTEGER, "rk_9")] -> n5_4:INTEGER, n5_5:VARCHAR, n5_6:INTEGER
     -- Filter[4][expression: equalto("rk_9",1)] -> n0_0:INTEGER, n0_1:VARCHAR, 
n0_2:INTEGER, rk_9:INTEGER
       -- Window[3][STREAMING partition by [n0_2] order by [n0_1 DESC NULLS 
LAST] rk_9 := row_number() ROWS between UNBOUNDED PRECEDING and CURRENT ROW] -> 
n0_0:INTEGER, n0_1:VARCHAR, n0_2:INTEGER, rk_9:INTEGER
         -- OrderBy[2][n0_2 ASC NULLS FIRST, n0_1 DESC NULLS LAST] -> 
n0_0:INTEGER, n0_1:VARCHAR, n0_2:INTEGER
           -- TopNRowNumber[1][partition by (n0_2) order by (n0_1 DESC NULLS 
LAST) limit 1] -> n0_0:INTEGER, n0_1:VARCHAR, n0_2:INTEGER
             -- ValueStream[0][] -> n0_0:INTEGER, n0_1:VARCHAR, n0_2:INTEGER
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to