zjw1111 opened a new pull request, #7: URL: https://github.com/apache/paimon-cpp/pull/7
### Purpose Linked issue: N/A Migrate CMake find-package modules from the Alibaba-origin C++ repository into the Apache repository. These modules provide alternate package discovery for Arrow, Avro, GTest, LZ4, ORC, Protobuf, RE2, RapidJSON, Snappy, TBB, ZLIB, fmt, glog, zstd, plus shared `FindPackageUtils.cmake` helpers. The migrated files keep their source paths under `cmake_modules/`. Alibaba-owned headers were converted to the ASF CMake-style license header used in this repository. No files needed original third-party license preservation, and no requested files were skipped. ### Tests - `python3 /home/jinli.zjw/.codex/skills/paimon-cpp-migrate/scripts/check_migration_batch.py --files ...` - `git diff --cached --check` - Compared migrated file bodies against source files after license-header removal - `cmake -P cmake_modules/FindPackageUtils.cmake` ### API and Format No public C++ API, storage format, or protocol changes. ### Documentation No user-facing documentation changes. ### Generative AI tooling Generated-by: OpenAI Codex -- 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]
