kyuubi/externals
liangbowen cff7eb6256 [KYUUBI #5025] Use formatDuration instead of formatDurationVerbose in SparkUI's engine tab
### _Why are the changes needed?_

- previously used `formatDurationVerbose` generates duration with dedicated unit parts
- Spark UI itself also uses `formatDuration` in its Job/Stage pages for displaying duration
   - `JobDataUtil.getFormattedDuration` in AllJobsPage, and `formatDuration` used in `getFormattedDuration` , https://github.com/apache/spark/blob/v3.3.2/core/src/main/scala/org/apache/spark/ui/jobs/JobDataUtil.scala#L32

Before:
![image](https://github.com/apache/kyuubi/assets/1935105/e7fce841-5519-4bf9-bc04-701ea2a90dae)

After:
![image](https://github.com/apache/kyuubi/assets/1935105/b2805183-b7ea-4d4a-af9e-d532019dae31)

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request

Closes #5025 from bowenliang123/format-duration.

Closes #5025

dc214acac [liangbowen] use formatDuration instead of formatDurationVerbose for duration in Engine tab

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: liangbowen <liangbowen@gf.com.cn>
2023-07-06 17:11:29 +08:00
..
kyuubi-chat-engine
kyuubi-download
kyuubi-flink-sql-engine [KYUUBI #4959] [MINOR] Code improvements for Scala 2023-06-16 21:20:17 +08:00
kyuubi-hive-sql-engine
kyuubi-jdbc-engine [KYUUBI #4881] JDBCEngine performs initialization sql 2023-06-12 21:41:49 +08:00
kyuubi-spark-sql-engine [KYUUBI #5025] Use formatDuration instead of formatDurationVerbose in SparkUI's engine tab 2023-07-06 17:11:29 +08:00
kyuubi-trino-engine [KYUUBI #4959] [MINOR] Code improvements for Scala 2023-06-16 21:20:17 +08:00