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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to