alamb commented on issue #7764:
URL:
https://github.com/apache/arrow-datafusion/issues/7764#issuecomment-1751679467
Thanks @doki23 -- it looks to me like the problem is that the output of the
query is not deterministic -- namely that `min(timestamp)` is not distinct so
`ORDER BY MIN(timestamp)` can return either order
I recommend we update the data used so that the min timestamp is distinct
(aka add a row like `('a', 0)` or something
--
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]