You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Florian Scheibner (JIRA)" <ji...@apache.org> on 2016/09/16 02:56:20 UTC

[jira] [Created] (PARQUET-720) Parquet-cpp fails to link when included in multiple TUs

Florian Scheibner created PARQUET-720:
-----------------------------------------

             Summary: 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


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)