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

[jira] [Commented] (ARROW-6550) [C++] Filter expressions PR failing manylinux package builds

    [ https://issues.apache.org/jira/browse/ARROW-6550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928868#comment-16928868 ] 

Benjamin Kietzman commented on ARROW-6550:
------------------------------------------

Observed this first while debugging Gandiva build, fix is here: https://github.com/apache/arrow/pull/5369

> [C++] Filter expressions PR failing manylinux package builds
> ------------------------------------------------------------
>
>                 Key: ARROW-6550
>                 URL: https://issues.apache.org/jira/browse/ARROW-6550
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Benjamin Kietzman
>            Priority: Blocker
>             Fix For: 0.15.0
>
>
> https://travis-ci.org/ursa-labs/crossbow/builds/584022060?utm_source=github_status&utm_medium=notification
> {code}
> In file included from /arrow/cpp/src/arrow/dataset/filter.cc:18:0:
> /arrow/cpp/src/arrow/dataset/filter.h:398:24: error: missing space between ‘""’ and suffix identifier
>  inline FieldExpression operator""_(const char* name, size_t name_length) {
>                         ^
> /arrow/cpp/src/arrow/dataset/filter.cc:942:1: error: expected ‘}’ at end of input
>  }  // namespace arrow
>  ^
> /arrow/cpp/src/arrow/dataset/filter.cc:942:1: error: expected ‘}’ at end of input
> /arrow/cpp/src/arrow/dataset/filter.cc:942:1: error: expected ‘}’ at end of input
> [23/271] Performing build step for 'jemalloc_ep'
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)