Rango-2017 opened a new pull request, #4098: URL: https://github.com/apache/doris-website/pull/4098
## Summary - The `k1 = 5` example uses `ORDER BY k1, e1` with `k2 = 1,2,3`, but the printed rows were `2, 3, 1`. - Update the expected output to `1, 2, 3` in the 3.x / 2.1 / 2.0 English and zh-CN pages. Fixes #3889 ## Test plan - [ ] Compare the `k1 = 5` result table with `ORDER BY k1, e1` on 2.1 / 3.x - [ ] Confirm 4.x, current, and 1.2 pages were already sorted and were not changed Made with [Cursor](https://cursor.com) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
