Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/1218#discussion_r16211547
--- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala
---
@@ -711,8 +718,8 @@ class JsonProtocolSuite extends FunSuite {
private val applicationStartJsonString =
"""
- {"Event":"SparkListenerApplicationStart","App Name":"The winner of
all","Timestamp":42,
- "User":"Garfield"}
+ {"Event":"SparkListenerApplicationStart","App Name":"The winner of
all","AppID":null,
--- End diff --
Ah. That's because the method that tests the two json strings srtips all
whitespace from the strings (d'oh?). Which should probably be a bug in itself.
---
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]