[fix](be) Pin be exec version in segment test - #66465
Conversation
### What problem does this PR solve? Issue Number: None Related PR: apache#65977 Problem Summary: The Segment golden test populated AGG_STATE metadata with the moving newest BE execution version. Golden files generated at version 10 failed byte comparison after the maximum version advanced to 11 even though the Segment payload format was unchanged. Pin the test schema to version 10, matching its checked-in golden footer, so unrelated future execution-version bumps do not invalidate the compatibility oracle. ### Release note None ### Check List (For Author) - Test: Unit Test - `./run-be-ut.sh --run --filter=SegmentFlusherFormatTest.ComplexObjectAndVariantValuesKeepTheirSegmentBytes -j 128` - Behavior changed: No - Does this need documentation: No
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
|
/review |
|
Codex automated review failed and did not complete. Error: All Codex review accounts are usage-limited; earliest retry is 2026-08-08T03:32:00Z. Please trigger /review again after that time. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
/review |
|
Codex automated review failed and did not complete. Error: All Codex review accounts are usage-limited; earliest retry is 2026-08-08T03:32:00Z. Please trigger /review again after that time. |
TPC-H: Total hot run time: 28956 ms |
TPC-DS: Total hot run time: 167025 ms |
ClickBench: Total hot run time: 23.77 s |
What problem does this PR solve?
Related PR: #65977 , #66112
SegmentFlusherFormatTestwas added by #65977. Its BE UT pipeline ran before #66112 was merged and passed with BE exec version 10.Release note
None
Check List (For Author)
./run-be-ut.sh --run --filter=SegmentFlusherFormatTest.ComplexObjectAndVariantValuesKeepTheirSegmentBytes -j 128What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)