somandal opened a new issue, #10682:
URL: https://github.com/apache/pinot/issues/10682

   For some of the window function queries the aliases are removed. Need to 
look into why. Opening this ticket to track this work.
   
   E.g.
   
   ```
            "sql": "EXPLAIN PLAN FOR SELECT a.col1 AS value1, ROW_NUMBER() 
OVER(ORDER BY a.col2) AS row_number FROM a",
   
             "Execution Plan",
             "\nLogicalProject(col1=[$0], $1=[$2])",
             "\n  LogicalWindow(window#0=[window(order by [1] rows between 
UNBOUNDED PRECEDING and CURRENT ROW aggs [ROW_NUMBER()])])",
             "\n    PinotLogicalSortExchange(distribution=[hash], 
collation=[[1]], isSortOnSender=[false], isSortOnReceiver=[true])",
             "\n      LogicalProject(col1=[$0], col2=[$1])",
             "\n        LogicalTableScan(table=[[a]])",
             "\n"
   ```
   
   cc @siddharthteotia 


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