You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/06/13 19:25:00 UTC

[jira] [Commented] (PARQUET-1029) [C++] TypedColumnReader/TypeColumnWriter symbols are no longer being exported

    [ https://issues.apache.org/jira/browse/PARQUET-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048284#comment-16048284 ] 

Wes McKinney commented on PARQUET-1029:
---------------------------------------

[~Max Risuhin] can you take a look since you last twiddled with the symbol visibility? Extern templates are a beast of their own

> [C++] TypedColumnReader/TypeColumnWriter symbols are no longer being exported
> -----------------------------------------------------------------------------
>
>                 Key: PARQUET-1029
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1029
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>         Environment: 64 Bit Ununtu 14.04
>            Reporter: Saatvik
>            Assignee: Max Risuhin
>            Priority: Minor
>              Labels: documentation, newbie, starter
>             Fix For: cpp-1.2.0
>
>
> This regression was introduced in https://github.com/apache/parquet-cpp/commit/fc5228af3eee2ec8176e404ecb34b7ba985d0e4d. It can be seen with
> ((fc5228a...))$ nm -g debug/libparquet.so | c++filt | grep parquet::TypedColumnReader
> compared with the prior commit. We need to change one of our examples (like the reader-writer example) to use dynamic linking so this problem is caught in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)