HyukjinKwon commented on code in PR #39157:
URL: https://github.com/apache/spark/pull/39157#discussion_r1054292437
##########
python/pyspark/sql/connect/session.py:
##########
@@ -112,39 +72,6 @@ def config(
*,
map: Optional[Dict[str, "OptionalPrimitiveType"]] = None,
) -> "SparkSession.Builder":
- """Sets a config option. Options set using this method are
automatically propagated to
Review Comment:
These method would be fully internal and can't be exposed to end users.
--
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]