morrySnow opened a new pull request, #64397:
URL: https://github.com/apache/doris/pull/64397

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #64361
   
   Problem Summary:
   
   This follow-up addresses review comments left on #64361 after it had already 
been merged.
   
   The shared colocate stability helper always prefixed the group name with the 
database name. Global colocate groups start with `__global__` and are reported 
by `SHOW PROC '/colocation_group'` without a database prefix, so waiting for a 
global group would time out.
   
   Additionally, the column-order suite waited for group stability only before 
its positive `COLOCATE` assertions. Its negative assertions could therefore 
pass because an unstable group disables colocate join, rather than because the 
tested join columns are incompatible.
   
   This PR preserves bare global group names and moves the stability wait 
before the first column-order EXPLAIN.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Regression test
       - `./run-regression-test.sh --clean --run -d correctness_p0 -s 
test_colocate_join_of_column_order`
   - 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]

Reply via email to