[
https://issues.apache.org/jira/browse/PARQUET-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved PARQUET-720.
----------------------------------
Issue resolved by pull request 163
[https://github.com/apache/parquet-cpp/pull/163]
> Parquet-cpp fails to link when included in multiple TUs
> -------------------------------------------------------
>
> Key: PARQUET-720
> URL: https://issues.apache.org/jira/browse/PARQUET-720
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Florian Scheibner
> Assignee: Florian Scheibner
> Fix For: cpp-0.1
>
>
> When reader.h is included in multiple cpp files, it causes a linker error
> because ScanAllValues is defined in multiple TUs
> The solution is to move the definition of ScanAllValues to a separate cc file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)