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

[jira] [Created] (ARROW-12935) [C++][CI] Compiler error on some clang versions

Antoine Pitrou created ARROW-12935:
--------------------------------------

             Summary: [C++][CI] Compiler error on some clang versions
                 Key: ARROW-12935
                 URL: https://issues.apache.org/jira/browse/ARROW-12935
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: Antoine Pitrou
            Assignee: Antoine Pitrou


My bad: I merged ARROW-12859 without noticing that there was a compilation error on some CI configurations.
{code}
/Users/runner/work/arrow/arrow/cpp/src/arrow/ipc/json_simple_test.cc:1362:63: error: implicit conversion from 'double' to 'bool' changes value from -0 to false [-Werror,-Wliteral-conversion]
  AssertJSONScalar<DoubleType, bool>(float64(), "-0.0", true, -0.0);
  ~~~~~~~~~~~~~~~~                                            ^~~~
{code}




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