alamb commented on issue #15833:
URL: https://github.com/apache/datafusion/issues/15833#issuecomment-2835476315

   Thanks for the report @daphnenhuch-at  
   
   If you want the output sorted in a particular way I think you need to 
explicitly add a sort after computing the row number
   
   If possible, DataFusion will optimize this sort away / compute it efficiently
   
   without being explicitly requested,  DataFusion will not attempt to maintain 
any input 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: github-unsubscr...@datafusion.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