To explain what's going on for people watching -- I ran into an issue where we need to use `__declspec(dllimport)` when linking Arrow into Parquet so that certain symbols are visible there (e.g. static members, like stuff in `arrow::CpuInfo`). We weren't using `dllimport` in Parquet (which could result in linker issues for people using parquet.dll) so I went ahead and added that here
[ Full content available at: https://github.com/apache/arrow/pull/2453 ] This message was relayed via gitbox.apache.org for [email protected]
