grundprinzip commented on code in PR #46434:
URL: https://github.com/apache/spark/pull/46434#discussion_r1597878145


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryListenerBus.scala:
##########
@@ -121,8 +121,10 @@ class StreamingQueryListenerBus(sparkSession: 
SparkSession) extends Logging {
       }
     } catch {
       case e: Exception =>
-        logWarning("StreamingQueryListenerBus Handler thread received 
exception, all client" +
-          " side listeners are removed and handler thread is terminated.", e)
+        logWarning(
+          "StreamingQueryListenerBus Handler thread received exception, all 
client" +
+            " side listeners are removed and handler thread is terminated.",
+          e)

Review Comment:
   I did the spark connect auto format and it produced these changes. I'm ok 
with reverting them in the worst case but at the same time your suggestions 
introduce na manual style adjustment. 
   
   LMK



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