Jzjsnow commented on issue #2519: URL: https://github.com/apache/amoro/issues/2519#issuecomment-3106803470
Hi @zhongqishang , I noticed that the `Duration` on the `Optimizing > Tables` page is displayed using `formatMS2DisplayTime`, while the `Duration` in Optimizing process detail page uses `formatMS2Time`. https://github.com/apache/amoro/blob/aa379e276055ea4faa9b18d0da60b4525af9fe64/amoro-web/src/utils/index.ts#L57-L126 Meanwhile, when hovering over the `Duration` on the `Optimizing > Tables` page, the displayed result in the hover box is the “formatMS2Time” formatted result, which is the same format as the duration display on the Optimization Process Detail page. <img width="1228" height="596" alt="Image" src="https://github.com/user-attachments/assets/88da7ba0-ad02-4eec-bcef-0becc0a999fd" /> Could you please clarify the purpose and intent behind this optimization? I am a bit confused because the initial design might have intended to display these durations differently, which is why different methods were used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
