hiroyuki-sato commented on PR #46737: URL: https://github.com/apache/arrow/pull/46737#issuecomment-2954959724
Does `conan-maximum`(not minimum) use `bundled RapidJSON`? > Does it mean "we use bundled RapidJSON in apache/arrow"? I meant `conan-minimul` currently, try to use the RapidJSON provided by Ubuntu, (`SYSTEM`) Neither not `bundled RapidJSON` or the original source. My point was `conan-minimum` must build RapidJSON from source. I understand the follwoing The goal, | group | RapidJSON | RapidJSON type | |------------------|-----------------|----| | conan-minimum | Build from source | RapidJson using Conan's RapidJSON | | conam-maximum | Build from source | Bundled RapidJSON?? | But I don't know what configuration file should we change for use Conan's RapidJSON in the `conan-manimum` yet. Do we need to modify upstream side? (not in the arrow project) -- 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]
