itholic opened a new pull request, #44121: URL: https://github.com/apache/spark/pull/44121
### What changes were proposed in this pull request? This PR proposes to expose `SessionNotSameException` as PySpark exceptions. ### Why are the changes needed? `SessionNotSameException` was defined from https://github.com/apache/spark/pull/40684, but was not added into all exception API list. All PySpark-specific exceptions defined in `python/pyspark/errors/exceptions/base.py` also should be exposed from `python/pyspark/errors/__init__.py`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The existing CI should pass. ### 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]
