alamb commented on issue #3618:
URL: 
https://github.com/apache/arrow-datafusion/issues/3618#issuecomment-1261453057

   The way we use multiple threads / tasks also likely makes results 
deterministic
   
   The results of Some SQL queries are fundamentally undefined too -- like if 
your table has `100` rows and you issue
   
   ```sql
   select * from table limit 3;
   ```
   
   The database is free to give you three arbitrary rows


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