[
https://issues.apache.org/jira/browse/ARROW-11337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-11337.
----------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 9286
[https://github.com/apache/arrow/pull/9286]
> [C++] Compilation error with ThreadSanitizer
> --------------------------------------------
>
> Key: ARROW-11337
> URL: https://issues.apache.org/jira/browse/ARROW-11337
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Antoine Pitrou
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> With g++ 9.3.0 and {{ARROW_USE_TSAN=ON}}, I get the following compilation
> error:
> {code:java}
> ../src/arrow/util/future_test.cc: In lambda function:
> ../src/arrow/util/future_test.cc:548:5: error: control reaches end of
> non-void function [-Werror=return-type]
> 548 | });
> | ^
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)