beliefer opened a new pull request #24104: [MINOR][CORE|SQL|STREAMING|YARN]Fix incorrect comment of SessionCatalog and all the typos 'temp'. URL: https://github.com/apache/spark/pull/24104 ## What changes were proposed in this pull request? **First** I accidentally found the comment of `SessionCatalog` is incorrect. The original comment of `SessionCatalog` contains the description `An internal catalog that is used by a Spark Session.` But `SessionCatalog` also used by `Rule`, `LogicalPlan` and so on. **Second** Spark comment contains a lot of typo 'temp', All the typos should replaced by word 'temporary'. ## How was this patch tested? Not need UT.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
