kou opened a new pull request, #39824:
URL: https://github.com/apache/arrow/pull/39824

   ### Rationale for this change
   
   If we can build most of `cpp/src/arrow/**/*.cc` before all bundled libraries 
are built, we can reduce build time. 
   
   ### What changes are included in this PR?
   
   * Remove the `toolchain` internal CMake target
   * Add internal `OBJECT` libraries that have minimal dependencies
   * Rename RapidJSON's CMake target name to `RapidJSON` from 
`rapidjson::rapidjson` because upstream uses `RapidJSON`
     * This can be split to separated PR. Sorry.
   * Move `-DARROW_WITH_${COMPRESSION}` definitions to 
`cpp/src/arrow/util/config.h.cmake`
     * This can be split to separated PR. Sorry. 
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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