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/08/01 23:01:00 UTC

[jira] [Resolved] (ARROW-6096) [C++] Conditionally depend on boost regex library

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

Wes McKinney resolved ARROW-6096.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

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

> [C++] Conditionally depend on boost regex library
> -------------------------------------------------
>
>                 Key: ARROW-6096
>                 URL: https://issues.apache.org/jira/browse/ARROW-6096
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Hatem Helal
>            Assignee: Hatem Helal
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> There appears to be only one place where the boost regex library is used:
> [cpp/src/parquet/metadata.cc|https://github.com/apache/arrow/blob/eb73b962e42b5ae6983bf026ebf825f1f707e245/cpp/src/parquet/metadata.cc#L32]
> I think this can be replaced by the C++11 regex library.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)