kou commented on code in PR #47041: URL: https://github.com/apache/arrow/pull/47041#discussion_r2275216475
########## cpp/src/arrow/meson.build: ########## @@ -293,7 +293,8 @@ if needs_csv endif if needs_json or needs_integration - rapidjson_dep = dependency('rapidjson', include_type: 'system') + rapidjson_proj = subproject('rapidjson') + rapidjson_dep = rapidjson_proj.get_variable('rapidjson_dep') Review Comment: Does this mean that we always use bundled RapidJSON? Can we use bundled RapidJSON only when system RapidJSON is old? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org