Skip to content

[fix](storage) Fix typo 'occured' in user-facing error messages#62521

Open
MukundaKatta wants to merge 1 commit intoapache:masterfrom
MukundaKatta:fix-occured-in-error-messages
Open

[fix](storage) Fix typo 'occured' in user-facing error messages#62521
MukundaKatta wants to merge 1 commit intoapache:masterfrom
MukundaKatta:fix-occured-in-error-messages

Conversation

@MukundaKatta
Copy link
Copy Markdown

What problem does this PR solve?

Nine error messages in the storage BE misspell 'occurred' as 'occured'. Because these strings are returned in runtime Status error messages, they are visible to end users hitting inverted-index build/read errors and storage-engine init errors.

Files changed

  • be/src/storage/index/inverted/inverted_index_reader.cpp — 3 occurrences
  • be/src/storage/task/index_builder.cpp — 5 occurrences
  • be/src/storage/storage_engine.cpp — 1 occurrence

Each change is to the error-message string only; no behavior change.

Release note

None

These typos are surfaced in runtime error status messages returned to
clients, so they are visible to end users. All changes are to the
message strings only; no behavior change.
@hello-stephen
Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

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