Github user ajbozarth commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11326#discussion_r54964646
  
    --- Diff: 
core/src/test/resources/HistoryServerExpectations/one_app_multi_attempt_json_expectation.json
 ---
    @@ -11,6 +14,9 @@
         "completed" : true
       }, {
         "attemptId" : "1",
    +    "startTimeEpoch" : 1426533910242,
    +    "endTimeEpoch" : 1426533945177,
    +    "lastUpdatedEpoch" : "",
    --- End diff --
    
    I'll detail it better just to make sure we're on the same page: 
HistoryServerSuite looks at a test json and before comparing it to the 
exception json file (this file) checks if ```lastUpdated``` (and now also 
```lastUpdatedEpoch```) exists, if so it over writes it's value with an empty 
string. I'm not sure why they decide to do it the sway but it is detailed in a 
comment on line 157 in HistoryServerSuite.scala


---
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]

Reply via email to