comphead opened a new issue, #6691:
URL: https://github.com/apache/arrow-datafusion/issues/6691
### Describe the bug
Not sure if its a regression but simple window query fails.
### To Reproduce
```
DataFusion CLI v26.0.0
❯ select sum(1) over() x, sum(1) over () y;
Arrow error: Invalid argument error: batches[0] schema is different with
argument schema.
batches[0] schema: Schema { fields: [Field { name:
"placeholder_0", data_type: Null, nullable: true, dict_id: 0, dict_is_ordered:
false, metadata: {} }], metadata: {} },
argument schema: Schema { fields: [], metadata: {} }
```
### Expected behavior
Should work.
### Additional context
Found when working on https://github.com/apache/arrow-datafusion/issues/6492
--
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]