You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/10/02 16:02:00 UTC

[jira] [Closed] (ARROW-14204) [C++] Fails to compile Arrow without RE2 due to missing ifdef guard in MatchLike

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

Eduardo Ponce closed ARROW-14204.
---------------------------------
    Resolution: Not A Bug

> [C++] Fails to compile Arrow without RE2 due to missing ifdef guard in MatchLike
> --------------------------------------------------------------------------------
>
>                 Key: ARROW-14204
>                 URL: https://issues.apache.org/jira/browse/ARROW-14204
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Eduardo Ponce
>            Assignee: Eduardo Ponce
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> [*RegexSubstringMatcher* is available only when RE2 is enabled as it is guarded with #ifdef ARROW_WITH_RE2|https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/scalar_string.cc#L861-L862] but it is [used in MatchLike kernel without the RE2 guard|https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/scalar_string.cc#L1113], so it compilation fails.



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