kaijchen opened a new pull request, #54787: URL: https://github.com/apache/doris/pull/54787
Backport #54606 ### What problem does this PR solve? Issue Number: DORIS-20541 Related PR: #29802 Problem Summary: Fix an issue where the scanned rows and loaded bytes metrics were not updated progressively in the FE. Although the BE periodically reports execution status, the FE was ignoring these reports due to a change introduced in PR #29802, which skips processing reports without the isDone flag. This fix ensures that intermediate execution reports are processed, allowing progressive updates of scanned rows and loaded bytes during query execution. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
