nija-at opened a new pull request, #45700: URL: https://github.com/apache/spark/pull/45700
### What changes were proposed in this pull request? VS Code's intellisense is unable to detect the methods and properties of `SparkSession.builder`. A video is worth a thousand words: [video](https://github.com/apache/spark/assets/16217941/e611e7e7-8760-4d9f-aa6c-9d4bd519d516). Adjust the implementation for better compatibility with the IDE. ### Why are the changes needed? Compatibility with IDE tooling. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Built the wheel file locally and tested on local IDE. See the [video](https://github.com/apache/spark/assets/16217941/429b06dd-44a7-4d13-a551-c2b72c326c1e) whilst using vs code. Confirmed the same works for Pycharm. Further confirmed that the Pydocs for these methods are unaffected. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
