[
https://issues.apache.org/jira/browse/ARROW-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016810#comment-17016810
]
Antoine Pitrou commented on ARROW-3873:
---------------------------------------
My attempts crash on macOS. The explanation is as following: even if you duly
export template classes such as {{NumericBuilder<Int32Type>}}, they will be
compiled independently in several places, so the resulting typeids will be
different. This makes {{dynamic_cast}} attempts fail when they do not use the
same typeid for the template class.
> [C++] Build shared libraries consistently with -fvisibility=hidden
> ------------------------------------------------------------------
>
> Key: ARROW-3873
> URL: https://issues.apache.org/jira/browse/ARROW-3873
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> See https://github.com/apache/arrow/pull/2437
--
This message was sent by Atlassian Jira
(v8.3.4#803005)