ycli12 opened a new pull request, #54675:
URL: https://github.com/apache/spark/pull/54675

   ### What changes were proposed in this pull request?
   
   Fix several typo errors found in code comments across multiple modules:
   
   | File | Before | After |
   |------|--------|-------|
   | `WriteToStreamStatement.scala` | `neccessary` | `necessary` |
   | `Client.scala` | `overriden` | `overridden` |
   | `V2JDBCTest.scala` | `overriden` | `overridden` |
   | `TaskSetManager.scala` | `custome` | `custom` |
   | `StreamRealTimeModeSuite.scala` | `commiting` | `committing` |
   | `RocksDBStateStoreSuite.scala` | `curent` | `current` |
   | `StateStoreSuite.scala` | `commited` | `committed` |
   
   ### Why are the changes needed?
   
   Typos in code comments can mislead contributors who are unfamiliar with the 
codebase. Fixing them improves readability and maintains documentation 
consistency.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a documentation-only change in code comments.
   
   ### How was this patch tested?
   
   No functional changes were made; only comment text was corrected. Existing 
tests continue to pass.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.
   
   Closes #54674


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to