[
https://issues.apache.org/jira/browse/ARROW-7250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-7250.
---------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 5891
[https://github.com/apache/arrow/pull/5891]
> [C++] Undefined symbols for StringToFloatConverter::Impl with clang 4.x
> -----------------------------------------------------------------------
>
> Key: ARROW-7250
> URL: https://issues.apache.org/jira/browse/ARROW-7250
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.15.1
> Reporter: Uwe Korn
> Assignee: Uwe Korn
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> {code:java}
> Undefined symbols for architecture x86_64:
> "arrow::internal::StringToFloatConverter::Impl::main_junk_value_",
> referenced from:
> arrow::internal::StringToFloatConverter::StringToFloat(char const*,
> unsigned long, float*) in libarrow.a(parsing.cc.o)
> arrow::internal::StringToFloatConverter::StringToFloat(char const*,
> unsigned long, double*) in libarrow.a(parsing.cc.o)
> "arrow::internal::StringToFloatConverter::Impl::fallback_junk_value_",
> referenced from:
> arrow::internal::StringToFloatConverter::StringToFloat(char const*,
> unsigned long, float*) in libarrow.a(parsing.cc.o)
> arrow::internal::StringToFloatConverter::StringToFloat(char const*,
> unsigned long, double*) in libarrow.a(parsing.cc.o)
> ld: symbol(s) not found for architecture x86_64{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)