You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/31 14:22:43 UTC

[GitHub] [arrow-datafusion] Jimexist opened a new issue #455: window function with alias is not properly rebased

Jimexist opened a new issue #455:
URL: https://github.com/apache/arrow-datafusion/issues/455


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   window function with alias is not properly rebased. select with alias will err
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   run ```sql
   select c1 c1, sum(c1) over () sum from test;
   ```
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   it shall not err
   
   **Additional context**
   Add any other context about the problem here.
   


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

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



[GitHub] [arrow-datafusion] Dandandan closed issue #455: window function with alias is not properly rebased

Posted by GitBox <gi...@apache.org>.
Dandandan closed issue #455:
URL: https://github.com/apache/arrow-datafusion/issues/455


   


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

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