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

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary:
   
   Add simdutf 9.2.0 as a backend third-party dependency. Register its source 
archive and checksum, build and install the static library and public headers, 
add the imported library to the backend dependency list, and record its 
Apache-2.0 license. Existing UTF-8 validation implementations and callers are 
unchanged.
   
   Existing prebuilt third-party installations need the new library before 
building BE. Refresh the third-party package or run 
`./thirdparty/build-thirdparty.sh -j 48 simdutf` in the source checkout. The 
regular third-party build includes it in the default package list.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [ ] Regression test
       - [ ] Unit Test
       - [x] Manual test (add detailed scripts or steps below)
           - `bash -n thirdparty/vars.sh thirdparty/build-thirdparty.sh`
           - `./thirdparty/build-thirdparty.sh -j 48 simdutf` completed on 
Linux x86_64 with Clang 20.1.8, including download verification, 
static-library/header installation, and source cleanup.
           - Configured and built a standalone CMake smoke test using 
`be/cmake/thirdparty.cmake`; verified the imported archive path and membership 
in `COMMON_THIRDPARTY`, then linked and ran UTF-8 validation and 
UTF-8-to-UTF-16 conversion checks against the installed library.
           - `bash build-support/check-build-hygiene.sh` and `git diff --check` 
passed.
           - Full BE compilation and ARM execution were not run.
       - [ ] No need to test or manual test. Explain why:
   
   - Behavior changed:
       - [x] No.
       - [ ] Yes.
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label
   


-- 
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