Gabriel39 opened a new pull request, #67176:
URL: https://github.com/apache/doris/pull/67176
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: The backup restore colocate suites use tiny tables and
assert that their join plans contain COLOCATE. After restore, automatic
statistics can make the optimizer prefer a broadcast join, so the assertion
depends on statistics timing instead of restored colocate metadata. This change
disables broadcast planning in both suites so the existing checks consistently
validate colocate restoration.
### Release note
None
### Check List (For Author)
- Test: Unit Test
- Built the regression framework and ran its unit tests with
./run-regression-test.sh --compile
- Compiled the updated Groovy suite with the Groovy compiler
- Behavior changed: No
- Does this need documentation: No
--
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]