cloud-fan commented on code in PR #53820:
URL: https://github.com/apache/spark/pull/53820#discussion_r2703029265
##########
python/pyspark/sql/session.py:
##########
@@ -563,14 +563,14 @@ def getOrCreate(self) -> "SparkSession":
module.applyModifiableSettings(session._jsparkSession,
self._options)
return session
- # Spark Connect-specific API
- @remote_only
def create(self) -> "SparkSession":
Review Comment:
in the scala side, `def create` and `def shareOrCreate` share the code by
using a `forceCreate` flag, shall we do the same at the python side?
--
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]