Skip to content

[doc](sql-functions) Sort EXPLODE_SPLIT example output to match ORDER BY - #4098

Open
Rango-2017 wants to merge 1 commit into
apache:masterfrom
Rango-2017:fix-explode-split-order
Open

[doc](sql-functions) Sort EXPLODE_SPLIT example output to match ORDER BY#4098
Rango-2017 wants to merge 1 commit into
apache:masterfrom
Rango-2017:fix-explode-split-order

Conversation

@Rango-2017

@Rango-2017 Rango-2017 commented Aug 31, 2026

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc bug: EXPLODE_SPLIT example output is not sorted despite ORDER BY (version-3.x/2.1)

1 participant