shauryachats commented on code in PR #14198:
URL: https://github.com/apache/pinot/pull/14198#discussion_r1811539936


##########
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 this window query works correctly in Quickstart.
   
   <img width="1800" alt="Screenshot 2024-10-22 at 3 56 46 PM" 
src="https://github.com/user-attachments/assets/18b3083f-d1b1-4b1f-ba6d-46b400931503";>
   
   <img width="1800" alt="Screenshot 2024-10-22 at 3 56 58 PM" 
src="https://github.com/user-attachments/assets/a986eb06-b65a-438f-9d0c-548bd4fc6a65";>
   



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

Reply via email to