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

   ### Purpose
   
   Linked issue: N/A
   
   Restore the Jindo build integration removed by #144.
   
   This change:
   
   - restores the `PAIMON_ENABLE_JINDO` CMake option, compile definition, test 
linkage, and Jindo file-system subdirectory;
   - restores the Jindo SDK download and `jindosdk-nextarch` build targets;
   - enables Jindo in the CI build script again; and
   - restores the Jindo build and plugin documentation.
   
   ### Tests
   
   - `git diff --check`
   - `cmake-format --check CMakeLists.txt 
cmake_modules/ThirdpartyToolchain.cmake`
   - `codespell --ignore-words .codespell_ignore CMakeLists.txt 
ci/scripts/build_paimon.sh cmake_modules/ThirdpartyToolchain.cmake 
docs/source/build_system.rst docs/source/building.rst`
   - `sphinx-lint --enable all --disable dangling-hyphen,line-too-long 
docs/source/build_system.rst docs/source/building.rst`
   - CMake configuration with `PAIMON_ENABLE_JINDO=OFF`
   - CMake configuration with `PAIMON_ENABLE_JINDO=ON` reaches the restored 
Jindo dependency path, but cannot complete until `src/paimon/fs/jindo` and 
`third_party/jindosdk-nextarch` are added to the Apache repository.
   
   ### API and Format
   
   No API or storage format changes.
   
   ### Documentation
   
   Restores the Jindo optional-component and plugin documentation removed by 
#144.
   
   ### 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