shauryachats commented on code in PR #14198: URL: https://github.com/apache/pinot/pull/14198#discussion_r1811541778
########## pinot-query-planner/src/test/resources/queries/WindowFunctionPlans.json: ########## @@ -3404,7 +3404,7 @@ "sql": "EXPLAIN PLAN FOR WITH windowfunc AS (SELECT a.col1, ROW_NUMBER() OVER(PARTITION BY a.col2 ORDER BY a.col3) as rownum from a) SELECT a.col1, a.rownum FROM windowfunc AS a where a.rownum < 5", "output": [ "Execution Plan", - "\nLogicalProject(col1=[$0], $1=[$3])", + "\nLogicalProject(col1=[$0], w0$o0=[$3])", Review Comment: Yes, verified that window queries work in Quickstart. <img width="1237" alt="Screenshot 2024-10-22 at 3 59 56 PM" src="https://github.com/user-attachments/assets/6c3e060f-f550-4551-a6ee-b73906cfbc29"> <img width="1243" alt="Screenshot 2024-10-22 at 4 00 11 PM" src="https://github.com/user-attachments/assets/1e2d0d36-19bd-4bae-a2be-53f85a6b5aef"> -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org