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/06/23 09:00:26 UTC

[GitHub] [arrow-datafusion] Jimexist opened a new issue #609: In logical planning, order by columns are pruned too early

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


   **Describe the bug**
   
   This will err:
   ```sql
   select c2 from test order by c9;
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   The same expression will work in Postgres.
   
   **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] Jimexist commented on issue #609: In logical planning, order by columns are pruned too early

Posted by GitBox <gi...@apache.org>.
Jimexist commented on issue #609:
URL: https://github.com/apache/arrow-datafusion/issues/609#issuecomment-866661839


   @jorgecarleitao this is causing #608 to fail as well


-- 
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] Jimexist commented on issue #609: In logical planning, order by columns are pruned from schema too early

Posted by GitBox <gi...@apache.org>.
Jimexist commented on issue #609:
URL: https://github.com/apache/arrow-datafusion/issues/609#issuecomment-986561413


   dup of #1372 
   cc @houqp 


-- 
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-unsubscribe@arrow.apache.org

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



[GitHub] [arrow-datafusion] Jimexist closed issue #609: In logical planning, order by columns are pruned from schema too early

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


   


-- 
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-unsubscribe@arrow.apache.org

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