[fix](typo) fix spelling typos in BE and cloud comments and messages#65371
Open
spaces-X wants to merge 1 commit into
Open
[fix](typo) fix spelling typos in BE and cloud comments and messages#65371spaces-X wants to merge 1 commit into
spaces-X wants to merge 1 commit into
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Fix common spelling mistakes (e.g. funciton -> function, seperate -> separate, unkown -> unknown, invaild -> invalid, avaliable -> available, sucess -> success) in code comments and in a few user-facing log/error messages under be/src and cloud/src. Also rename a locally misspelled variable `colunm` -> `column` in segment_iterator.cpp. Comments and string literals only; no functional change. Verified that none of the corrected message strings are asserted by unit or regression tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
46ee32a to
801b0c9
Compare
gavinchou
approved these changes
Jul 8, 2026
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Fix common spelling mistakes in code comments and a few user-facing log/error messages under
be/srcandcloud/src.Examples:
funciton→function,seperate→separate,unkown→unknown,invaild→invalid,avaliable→available,sucess→success,retrun→return,aquire→acquire,shoud→should,wether→whether,defalut→default,proccess→process.It also renames one locally misspelled variable
colunm→columninsegment_iterator.cpp(3 occurrences in a single loop scope, no conflict).Scope / safety
be/srcandcloud/src.invaild_jsonb_document,test_signal_aquire) or intentional test data (e.g.unkown_resource_xxxxxx).Types of changes