HyukjinKwon commented on code in PR #44832:
URL: https://github.com/apache/spark/pull/44832#discussion_r1462575526


##########
python/pyspark/sql/connect/client/core.py:
##########
@@ -100,26 +101,183 @@ class ChannelBuilder:
     This is a helper class that is used to create a GRPC channel based on the 
given
     connection string per the documentation of Spark Connect.
 
+    The standard implementation is in DefaultChannelBuilder.

Review Comment:
   ```suggestion
       The standard implementation is in :class:`DefaultChannelBuilder`.
   ```



-- 
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

Reply via email to