You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/09/18 22:33:00 UTC

[jira] [Resolved] (ARROW-6590) [C++] Do not require ARROW_JSON=ON when ARROW_IPC=ON

     [ https://issues.apache.org/jira/browse/ARROW-6590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-6590.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 5428
[https://github.com/apache/arrow/pull/5428]

> [C++] Do not require ARROW_JSON=ON when ARROW_IPC=ON
> ----------------------------------------------------
>
>                 Key: ARROW-6590
>                 URL: https://issues.apache.org/jira/browse/ARROW-6590
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> arrow/CMakeLists.txt currently has
> {code}
> if(ARROW_IPC AND NOT ARROW_JSON)
>   message(FATAL_ERROR "JSON support is required for Arrow IPC")
> endif()
> {code}
> Building the JSON scanner component should not be a pre-requisite of building IPC support



--
This message was sent by Atlassian Jira
(v8.3.4#803005)