mustafasrepo commented on issue #8386: URL: https://github.com/apache/arrow-datafusion/issues/8386#issuecomment-1857458176
I want to ask a question regarding the scalars inside `PARTITION BY` AND `ORDER BY` clauses. Maybe someone familiar with the standard can answer this. Is there any difference between results of `RANK() OVER()` AND `RANK() OVER(PARTITION BY <literal>, ORDER BY <literal>)`. If there is no difference maybe we can rewrite expression `RANK() OVER(PARTITION BY <literal>, ORDER BY <literal>)` into `RANK() OVER()`. -- 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]
