kou commented on PR #46912:
URL: https://github.com/apache/arrow/pull/46912#issuecomment-3026890917

   Hmm.
   
   * Thrfit uses Boost.locale.
   * Boost.locale uses Boost.thread.
   * Parquet uses Thrift.
   * Emscripten build doesn't have thread.
   
   Can we disable Parquet in Emscripten build...? The current ExternalProject 
based build doesn't build Boost.locale. I think that system Boost.locale (it's 
not for Emscripten) is used with the current CI. Thrift uses Boost.locale only 
in JSON support and we don't use it. So there is not a problem (accidentally).


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