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

    https://github.com/apache/spark/pull/19640#discussion_r150430605
  
    --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js 
---
    @@ -38,8 +38,17 @@ function makeIdNumeric(id) {
     }
     
     function formatDate(date) {
    -  if (date <= 0) return "-";
    -  else return date.split(".")[0].replace("T", " ");
    +  if (date <= 0) {
    +    return "-";
    --- End diff --
    
    Yes,  invalid value. Maybe we can remove this.


---

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

Reply via email to