Skip to content

修改文档错误别字#8

Merged
hf200012 merged 1 commit into
apache:masterfrom
coderjiang:bugfix/flink_cdc_doc
Mar 6, 2022
Merged

修改文档错误别字#8
hf200012 merged 1 commit into
apache:masterfrom
coderjiang:bugfix/flink_cdc_doc

Conversation

@coderjiang
Copy link
Copy Markdown
Contributor

No description provided.

@hf200012 hf200012 merged commit c7826fe into apache:master Mar 6, 2022
morningman pushed a commit that referenced this pull request May 19, 2026
## Summary

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

- **#8** — `lakehouse/best-practices/doris-onelake.md`: removed a
doubled word ("...environment - and and explore..." → "...and
explore...").
- **#9** — `sql-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

- [x] Verified `test_window_order` defines `date_time`, not `dateid`
- [x] Verified which versions contained each issue before editing

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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