ycli12 opened a new issue, #54674: URL: https://github.com/apache/spark/issues/54674
### What changes were proposed? Fix several typo errors found in code comments across multiple modules: - `neccessary` → `necessary` in WriteToStreamStatement.scala - `overriden` → `overridden` in Client.scala and V2JDBCTest.scala - `custome` → `custom` in TaskSetManager.scala - `commiting` → `committing` in StreamRealTimeModeSuite.scala - `curent` → `current` in RocksDBStateStoreSuite.scala - `commited` → `committed` in StateStoreSuite.scala ### Why 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. -- 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]
