wgtmac commented on PR #47114: URL: https://github.com/apache/arrow/pull/47114#issuecomment-3076475805
Could you try to add following code to fix https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/52408405 ``` diff --git a/cpp/src/parquet/exception.h b/cpp/src/parquet/exception.h index 46f5595dd1..55b769c978 100644 --- a/cpp/src/parquet/exception.h +++ b/cpp/src/parquet/exception.h @@ -84,7 +84,7 @@ namespace parquet { -class ParquetException : public std::exception { +class PARQUET_EXPORT ParquetException : public std::exception { public: PARQUET_NORETURN static void EofException(const std::string& msg = "") { static std::string prefix = "Unexpected end of stream"; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org