[ 
https://issues.apache.org/jira/browse/PARQUET-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yugu updated PARQUET-1001:
--------------------------
    Attachment: log.txt

full transcript with build exe on

> undefined reference to open function in fileoutputstream
> --------------------------------------------------------
>
>                 Key: PARQUET-1001
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1001
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>    Affects Versions: cpp-1.1.0
>         Environment: linux arrow 0.4.0; parquet 1.1.0
>            Reporter: yugu
>         Attachments: log.txt
>
>
> when trying to compile the reader-writer.cc per this 
> https://github.com/apache/parquet-cpp/tree/master/examples
> the compiler throws undefined reference.
> that being said, this is probably not a bug with parquet-cpp, rather with the 
> makefile configuration. yet I cannot pinpoint the issue - the linker seems 
> functional.
> using FileClass = ::arrow::io::FileOutputStream;
>     std::shared_ptr<FileClass> out_file;
>     PARQUET_THROW_NOT_OK(FileClass::Open(PARQUET_FILENAME, &out_file));



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to