[
https://issues.apache.org/jira/browse/ARROW-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-12935.
------------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10435
[https://github.com/apache/arrow/pull/10435]
> [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
> Priority: Critical
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)