comphead commented on issue #8386:
URL: 
https://github.com/apache/arrow-datafusion/issues/8386#issuecomment-1836855380

   its not only null problem, DF cannot handle scalars as well
   
   ```
   ❯ select a, rank() over (partition by 1 order by 1) from (select 1 a union 
all select 2 a);
   Execution error: Sort operation is not applicable to scalar value 1
   ```
   For PG this query is valid. I'll take a look


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

Reply via email to