hello-stephen opened a new pull request, #65927: URL: https://github.com/apache/doris/pull/65927
### What problem does this PR solve? Regression P2 build #203694 failed in both test_show_data and test_show_data_multi_add. The logical data and row counts were correct, but the suites required byte-for-byte equality between SHOW DATA sizes produced through different table/index build paths. The observed differences were about 13%, which matches the physical-size variance already handled for test_show_data_with_compaction in #65387. Jira: DORIS-27395 Build: http://172.20.48.17:8111/build/203694 Occurrences: 2000002151, 2000002153 ### What is changed? Replace the two cross-table exact size comparisons with the same 15% ratio gate used by the recent compaction-suite fix. Row-count, index-build, timeout, and non-cloud gates remain unchanged. Failure messages now include both sizes, the absolute difference, and the ratio. ### Check List - [x] git diff --check - [ ] Rerun test_show_data and test_show_data_multi_add on branch-4.1 Regression P2 after merge. -- 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]
