Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/12213#discussion_r58790852
--- Diff: core/src/main/scala/org/apache/spark/util/JsonProtocol.scala ---
@@ -56,7 +55,7 @@ private[spark] object JsonProtocol {
private implicit val format = DefaultFormats
- private val mapper = new
ObjectMapper().registerModule(DefaultScalaModule)
--- End diff --
This was added in #10061 in order to allow the new
`SparkListenerSQLExecutionStart` and `SparkListenerSQLExecutionEnd` events to
be written to the event log using Jackson. I'll see if there's an existing unit
test for roundtrip serialization of these events.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]