HyukjinKwon commented on code in PR #41315:
URL: https://github.com/apache/spark/pull/41315#discussion_r1263500318
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SessionHolder.scala:
##########
@@ -51,25 +51,24 @@ case class SessionHolder(userId: String, sessionId: String,
session: SparkSessio
// Mapping from id to StreamingQueryListener. Used for methods like
removeListener() in
// StreamingQueryManager.
private lazy val listenerCache: ConcurrentMap[String,
StreamingQueryListener] =
- new ConcurrentHashMap()
-
- private[connect] def createExecutePlanHolder(
- request: proto.ExecutePlanRequest): ExecutePlanHolder = {
+ new ConcurrentHashMap()
Review Comment:
scalafmt failed so I made this fix.
--
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]