yujun777 opened a new pull request, #68015: URL: https://github.com/apache/doris/pull/68015
## What problem does this PR solve? Issue: DORIS-24834 The regression test could run EXPLAIN before the synchronous materialized view index row count was reported to FE, causing unstable MV rewrite selection. This change polls `SHOW INDEX STATS <table> <mv>` and waits for `report_row_count_for_nereids` to reach the expected value before checking the rewrite plan. ## Test Plan - [x] `./run-regression-test.sh --run -d rollup_p0 -s test_create_mv_and_mtmv` - [x] Result: 1 suite passed, 0 failed ## Release note None -- 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]
