Jefffrey commented on issue #6691:
URL: 
https://github.com/apache/arrow-datafusion/issues/6691#issuecomment-1780002954

   ```sql
   datafusion-cli$ cargo run
       Finished dev [unoptimized + debuginfo] target(s) in 0.20s
        Running 
`/media/jeffrey/1tb_860evo_ssd/.cargo_target_cache/debug/datafusion-cli`
   DataFusion CLI v32.0.0
   ❯ select sum(1) over() x, sum(1) over () y;
   +---+---+
   | x | y |
   +---+---+
   | 1 | 1 |
   +---+---+
   1 row in set. Query took 0.004 seconds.
   
   ❯
   ```
   
   Issue looks resolved as of latest main.
   
   I've also created PR in case want this test case added to prevent future 
regression: https://github.com/apache/arrow-datafusion/pull/7928


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