Rango-2017 commented on PR #4097: URL: https://github.com/apache/doris-website/pull/4097#issuecomment-5770384992
@morningman these two have been siting since Aug 31 with no review. #4097 points the zh-CN cluster upgrade "版本规则" link at `/zh-CN/community/release-versioning`, which 404s. The live page is `/zh-CN/community/release-and-verify/release-versioning`, same path the English upgrade docs already use. #4098 is the EXPLODE_SPLIT exmaple for `k1 = 5`. The query has `ORDER BY k1, e1` and `k2` is `1,2,3`, but the printed rows are `2, 3, 1`. Should be `1, 2, 3`. Same block in 3.x / 2.1 / 2.0, English and zh-CN. 4.x and current are already sorted. Happy to trim the scope if 2.0 is out of bounds. -- 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]
