jonahgao commented on issue #10040:
URL: 
https://github.com/apache/arrow-datafusion/issues/10040#issuecomment-2049951398

   Another viable replacement query is
   ```sh
   DataFusion CLI v37.0.0
   ❯ select sum(a) from unnest(generate_series(1,10)) as t(a);
   +----------+
   | SUM(t.a) |
   +----------+
   | 55       |
   +----------+
   ```


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