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

    https://github.com/apache/spark/pull/17658#discussion_r114929683
  
    --- Diff: 
core/src/test/resources/HistoryServerExpectations/completed_app_list_json_expectation.json
 ---
    @@ -22,6 +23,7 @@
         "duration" : 101795,
         "sparkUser" : "jose",
         "completed" : true,
    +    "appSparkVersion" : "",
    --- End diff --
    
    It's not really about the default value; these tests replay the log files, 
which contain the Spark version, so I would expect the data retrieved through 
the API to contain the version that was recorded in the event log.
    
    Another way of saying that probably there's a bug somewhere in your code 
that is preventing the data from the event log from being exposed correctly 
through the REST API.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to