xuanyuanking commented on issue #23327: [SPARK-26222][SQL] Track file listing 
time
URL: https://github.com/apache/spark/pull/23327#issuecomment-448634140
 
 
   ```
   Can we change the output in UI to show only the time duration, and when 
hover show both start and end time?
   ```
   Copy, done in 1ed45b1 and change screenshot in PR description.
   ```
   The actual underlying recorded metrics should only include start/end time.
   ```
   I tried to achieve this by implementing an SQLTimelineMetrics extends from 
SQLMetrics which only include start/end time, but found it needs more code on 
adapting with SQLMetrics aggregation.
   The current approach is reusing start/end time in `PhaseSummary`. Do we 
agree to do so?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to