suxiaogang223 opened a new pull request, #68167: URL: https://github.com/apache/doris/pull/68167
### What problem does this PR solve? The expected output for test_paimon_write_external_paths was not updated when the test workload changed. The suite no longer inserts the p-bulk rows before external_round_robin_initial, but the golden file still expected them. The suite also added external_round_robin_roll without adding its result section. This causes the test to fail before comparing the valid Doris and Spark results. ### What is changed? - Remove the obsolete p-bulk rows from external_round_robin_initial. - Add the external_round_robin_roll aggregate result. - Remove the obsolete p-bulk rows from external_round_robin_changed. No product code or query assertions are changed. ### Validation - git diff --check - Verified all six assertDorisSparkRows tags have matching golden sections. - Independently verified sum(0..3999) is 7998000. - External Paimon regression environment was not available locally. -- 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]
