[
https://issues.apache.org/jira/browse/ARROW-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895329#comment-16895329
]
Antoine Pitrou commented on ARROW-6061:
---------------------------------------
If we wanted to make JSON optional, then we would need a dedicated CMake
feature flag such as {{-DARROW_JSON=on}}.
But currently we need JSON for many tests internally, so passing
{{-DARROW_JSON=off}} should fail when unit tests or integration tests are
enabled.
> [C++] Cannot build libarrow without rapidjson
> ---------------------------------------------
>
> Key: ARROW-6061
> URL: https://issues.apache.org/jira/browse/ARROW-6061
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Hatem Helal
> Assignee: Hatem Helal
> Priority: Minor
>
>
> {code:java}
> arrow/cpp/src/arrow/json/chunker.cc:25:30:fatal error: rapidjson/reader.h:
> No such file or directory
> #include "rapidjson/reader.h"
> compilation terminated.{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)