hvanhovell commented on code in PR #48017:
URL: https://github.com/apache/spark/pull/48017#discussion_r1750777801
##########
sql/api/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryListener.scala:
##########
@@ -122,25 +171,22 @@ object StreamingQueryListener extends Serializable {
}
private[spark] object QueryStartedEvent {
- private val mapper = {
- val ret = new ObjectMapper() with ClassTagExtensions
- ret.registerModule(DefaultScalaModule)
- ret.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
- ret
- }
- private[spark] def jsonString(event: QueryStartedEvent): String =
Review Comment:
Remove this and the others because they were not used, and they led to some
confusion on my end.
--
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]