mesejo commented on issue #609:
URL: 
https://github.com/apache/arrow-datafusion-python/issues/609#issuecomment-2031554920

   This work correctly if you do 
   ```python
   df.collect()
   ```
   as opposed to 
   ```python
   df.count()
   ```
   What is (probably) happening is that DataFusion optimizes the query 
(removing the ORDER BY) since `count` is not changed by order. 


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

Reply via email to