panbingkun commented on code in PR #45494:
URL: https://github.com/apache/spark/pull/45494#discussion_r1522651676
##########
connector/connect/common/src/main/scala/org/apache/spark/sql/connect/client/SparkConnectClientParser.scala:
##########
@@ -29,17 +29,21 @@ private[sql] object SparkConnectClientParser {
* usage string.
*/
def usage(): String =
+ // scalastyle:off line.size.limit
s"""
|Options:
| --remote REMOTE URI of the Spark Connect Server to connect
to.
| --host HOST Host where the Spark Connect Server is
running.
| --port PORT Port where the Spark Connect Server is
running.
- | --enable-ssl Connect to the server using SSL.
+ | --use_ssl Connect to the server using SSL.
Review Comment:
Obviously, it is `use_ssl` here
https://github.com/apache/spark/blob/master/connector/connect/common/src/main/scala/org/apache/spark/sql/connect/client/SparkConnectClientParser.scala#L63
--
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]