HyukjinKwon commented on code in PR #48651: URL: https://github.com/apache/spark/pull/48651#discussion_r1849897240
########## python/pyspark/sql/session.py: ########## @@ -550,6 +555,7 @@ def getOrCreate(self) -> "SparkSession": return session # Spark Connect-specific API + @spark_connect_only Review Comment: `spark_connect_only` -> `connect_only` or `remote_only` for naming consistency -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org