alamb opened a new issue, #15605:
URL: https://github.com/apache/datafusion/issues/15605
Unrelated to the current fix, we should compare them using
normalized names to support
```sql
SELECT
t1.v1,
SUM(t1.v1) OVER W + 1
FROM
generate_series(1, 5) AS t1(v1)
WINDOW
w AS (ORDER BY t1.v1);
```
_Originally posted by @jonahgao in
https://github.com/apache/datafusion/pull/15033#discussion_r2029886625_
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]