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

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #63557
   
   Problem Summary: The BE COW helper name assume_mutable no longer matches its 
contract after the ownership check was enforced. This renames the helper and 
all remaining BE call sites on branch-4.1 to assert_mutable/assert_mutable_ref, 
matching the master follow-up while preserving the existing ownership assertion 
behavior.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Manual test
       - Ran build-support/clang-format.sh with clang-format 16.
       - Ran build-support/check-format.sh with clang-format 16.
       - Ran git diff --check.
       - Ran rg -n "assume_mutable(_ref)?" . and confirmed no matches.
   - 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