Bingtagui404 commented on issue #4135: URL: https://github.com/apache/amoro/issues/4135#issuecomment-4088092701
Hi, I'd like to take this one. I think the issue is that the frontend duration column is blank when the optimizing duration is less than 1 second. The `formatMS2Time()` function doesn't handle the case where `0 < ms < 1000`. My plan is to fix `formatMS2Time()` in `amoro-web/src/utils/index.ts` to handle this edge case by returning a readable string like `< 1s`. Please let me know if you'd prefer a different approach. -- 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]
