hvanhovell commented on code in PR #40675:
URL: https://github.com/apache/spark/pull/40675#discussion_r1158721057
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/SimpleSparkConnectService.scala:
##########
@@ -38,7 +38,7 @@ private[sql] object SimpleSparkConnectService {
private val stopCommand = "q"
def main(args: Array[String]): Unit = {
- val conf = new SparkConf()
+ val conf = new SparkConf().set("connect.test", "true")
Review Comment:
Can't we just configure the plugin here? Instead of adding a new conf?
--
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]