zjw1111 opened a new pull request, #4:
URL: https://github.com/apache/paimon-cpp/pull/4

   ### Purpose
   
   Linked issue: N/A
   
   Migrate CMake build utility modules from the complete Paimon C++ repository 
into the Apache repository:
   
   - `cmake_modules/BuildUtils.cmake`
   - `cmake_modules/DefineOptions.cmake`
   - `cmake_modules/SetupCxxFlags.cmake`
   - `cmake_modules/san-config.cmake`
   
   No extra dependency files were migrated. These files are listed in the 
source repository `LICENSE` as Apache Arrow build system modules, so their 
existing Apache/Arrow attribution was preserved.
   
   ### Tests
   
   - `python3 
/home/jinli.zjw/.codex/skills/paimon-cpp-migrate/scripts/check_migration_batch.py
 --files cmake_modules/BuildUtils.cmake cmake_modules/DefineOptions.cmake 
cmake_modules/SetupCxxFlags.cmake cmake_modules/san-config.cmake`
   - `git diff --check --cached`
   - `cmake -P cmake_modules/BuildUtils.cmake`
   - `cmake -P cmake_modules/DefineOptions.cmake`
   
   `SetupCxxFlags.cmake` and `san-config.cmake` require normal CMake 
project/configure context and are not script-mode standalone modules.
   
   ### API and Format
   
   No 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]

Reply via email to