Wes McKinney created PARQUET-662:
------------------------------------
Summary: [C++] ParquetException must be explicitly exported in
dynamic libraries
Key: PARQUET-662
URL: https://issues.apache.org/jira/browse/PARQUET-662
Project: Parquet
Issue Type: Bug
Components: parquet-cpp
Reporter: Wes McKinney
Assignee: Wes McKinney
This arose in ARROW-237. Because {{parquet::ParquetException}} is header-only,
depending on the compiler, 3rd-party libraries may not be able to throw and/or
catch exceptions that are recognized as such by all parties (for example, if
3rd-party implements {{parquet::MemoryAllocator}} and needs to throw an
exception, it may not be recognized). On gcc this is current working but on
LLVM / OS X it is not.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)