Skip to content

[fix] correct typo and wrong column name in two docs#3675

Merged
morningman merged 1 commit into
apache:masterfrom
boluor:fix-window-onelake-doc-typos
May 19, 2026
Merged

[fix] correct typo and wrong column name in two docs#3675
morningman merged 1 commit into
apache:masterfrom
boluor:fix-window-onelake-doc-typos

Conversation

@boluor
Copy link
Copy Markdown
Contributor

@boluor boluor commented May 19, 2026

Summary

Two small doc fixes (audit findings #8 and #9):

  • 修改文档错误别字 #8lakehouse/best-practices/doris-onelake.md: removed a doubled word ("...environment - and and explore..." → "...and explore...").
  • add 0.15,1.0 version docs and modify blogs category #9sql-functions/window-functions/overview.md: the prose said the example fails "because ORDER BY dateid does not provide a unique ordering", but the example table test_window_order has no dateid column — its sorting column is date_time (used by the example query and confirmed by the following line "the sorting column date_time"). Corrected the prose to ORDER BY date_time.

Applied across all affected versions — onelake: EN next + 3.x/4.x; window overview: EN next + 4.x and ZH next + 4.x. (Other versions were already fine.)

Test plan

  • Verified test_window_order defines date_time, not dateid
  • Verified which versions contained each issue before editing

- doris-onelake.md: removed a doubled word ("and and" -> "and").
- window-functions/overview.md: the prose referenced `ORDER BY dateid`,
  but the example table test_window_order has no `dateid` column — its
  sorting column is `date_time` (used by the example query and result).
  Corrected the prose to `ORDER BY date_time`.

Applied across all affected EN and Chinese versions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@morningman morningman merged commit ac376b7 into apache:master May 19, 2026
3 checks passed
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.

2 participants