HyukjinKwon commented on code in PR #46434:
URL: https://github.com/apache/spark/pull/46434#discussion_r1597739768
##########
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:
```suggestion
logWarning("StreamingQueryListenerBus Handler thread received
exception, all client" +
" side listeners are removed and handler thread is terminated.", e)
```
--
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]