KHARSHAVARDHAN-eng opened a new pull request, #50731:
URL: https://github.com/apache/arrow/pull/50731

   ## Summary
   
   The documentation CI jobs (`debian-docs` and `conda-python-docs`) fail 
during CMake configuration because `simdjson_SOURCE` is not explicitly set. As 
a result, CMake inherits the default dependency source (`SYSTEM` or `CONDA`) 
and attempts to use an installed `simdjson` package that may not satisfy 
Arrow's `simdjson >= 4.0.0` requirement.
   
   This change explicitly configures the documentation build services to use 
the bundled `simdjson` implementation by setting `simdjson_SOURCE=BUNDLED` in 
`compose.yaml`.
   
   ## Testing
   
   - Verified that `docker compose config` correctly propagates 
`simdjson_SOURCE=BUNDLED` for both `debian-docs` and `conda-python-docs`.
   - Verified CMake dependency resolution with `-Dsimdjson_SOURCE=BUNDLED`, 
confirming that the bundled `simdjson` (v4.6.4) is selected instead of an older 
system package.
   - No user-facing changes.
   
   ## Checklist
   
   - [x] My change addresses the issue described in GH-50726.
   - [x] The change is limited to the documentation CI configuration.
   - [x] No unrelated files were modified.


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