alamb commented on PR #7180: URL: https://github.com/apache/arrow-datafusion/pull/7180#issuecomment-1666474912
> Oh actually I meant that there are only 2 identical values for the sorting column (C3) which end up in the top-5 according to the test query, but their order is unstable when using a LIMIT as opposed to without it: Yeah, I agree this test is not well designed as it is "non deterministic" (there is no one single right answer) I think either updating the output or updating the test are both appropriate in this case We could also add `rowsort` to the query, but that might obscure real ordering bugs given the query has an ORDER BY. -- 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]
