Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/10212#discussion_r80137957
--- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala
---
@@ -1097,7 +1100,9 @@ private[spark] object JsonProtocolSuite extends
Assertions {
| },
| "Task Metrics": {
| "Executor Deserialize Time": 300,
+ | "Executor Deserialize CPU Time": 0,
--- End diff --
Could you use values other than `0` so that you're sure the code is
actually parsing the value, instead of falling into the default case?
---
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]