[MINOR] Fix typo errors in code comments across multiple modules#54953
Open
r266-tech wants to merge 1 commit intoapache:masterfrom
Open
[MINOR] Fix typo errors in code comments across multiple modules#54953r266-tech wants to merge 1 commit intoapache:masterfrom
r266-tech wants to merge 1 commit intoapache:masterfrom
Conversation
Fix several typos in code comments and documentation: - neccessary -> necessary - overriden -> overridden (3 occurrences) - custome -> custom - commiting -> committing - curent -> current - commited -> committed (4 occurrences) - arguement -> argument - evalutes -> evaluates No user-facing changes. Documentation/comments only. Closes apache#54674
allisonwang-db
approved these changes
Mar 23, 2026
HyukjinKwon
approved these changes
Mar 23, 2026
Member
|
Mind taking a look at https://github.com/apache/spark/pull/54953/checks?check_run_id=68201860243 and running the test? |
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.
What changes were proposed?
Fix several typos in code comments and documentation across multiple modules:
neccessary→necessaryin WriteToStreamStatement.scalaoverriden→overriddenin Client.scala and V2JDBCTest.scala (3 occurrences)custome→customin TaskSetManager.scalacommiting→committingin StreamRealTimeModeSuite.scalacurent→currentin RocksDBStateStoreSuite.scalacommited→committedin StreamRealTimeModeE2ESuite.scala and StateStoreSuite.scala (4 occurrences)arguement→argumentin collectionOperations.scalaevalutes→evaluatesin columnNodes.scalaWhy are the changes needed?
To improve code readability and maintain consistency in documentation. Typos in comments can mislead contributors unfamiliar with the codebase.
Does this PR introduce any user-facing change?
No. This is a documentation-only change in code comments.
Closes #54674