[
https://issues.apache.org/jira/browse/PARQUET-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177827#comment-16177827
]
Wes McKinney commented on PARQUET-1112:
---------------------------------------
Sorry, looking at this with fresh eyes. There should only be one version of the
symbol available in the shared library (the one with all the arguments).
When you call {{ParquetFileReader::OpenFile(str)}} the C++ compiler will pass
the default arguments specified in
https://github.com/apache/parquet-cpp/blob/master/src/parquet/file/reader.h#L103.
So I don't think this is a problem
> ParquetFileReader::OpenFile(string) not available in conda binary
> -----------------------------------------------------------------
>
> Key: PARQUET-1112
> URL: https://issues.apache.org/jira/browse/PARQUET-1112
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Environment: Ubuntu 16.04
> Anaconda 4.4
> python 3.6.2
> parquet-cpp 1.3.0.pre
> Reporter: Ehsan Totoni
>
> When I install parquet-cpp through conda, the
> ParquetFileReader::OpenFile(string) function is not available in the library
> binary. 'nm' only shows the version of the function with (ReaderProperties,
> FileMetaData) input.
> The function is available when building parquet-cpp from source though.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)