Kouhei Sutou created ARROW-7260:
-----------------------------------
Summary: [CI] Ubuntu 14.04 test is failed by user defined literal
Key: ARROW-7260
URL: https://issues.apache.org/jira/browse/ARROW-7260
Project: Apache Arrow
Issue Type: Improvement
Components: Continuous Integration
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
https://circleci.com/gh/ursa-labs/crossbow/5329
{noformat}
/arrow/cpp/src/arrow/dataset/filter_test.cc:80:194: error: invalid suffix on
literal; C++11 requires a space between literal and identifier
[-Werror=literal-suffix]
ASSERT_EQ("a"_.ToString(), "a");
^
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)