pykello opened a new pull request, #13380: URL: https://github.com/apache/arrow/pull/13380
This fixes building arrow/parquet with LZ4 support on Windows for Visual Studio 2019 & 2022. Changes: 1. PlatformToolset=v140 requires Windows SDK 8, which is not normally installed with VS 2019 or 2022. I changed it to use the toolset available for the current build system, which will be v142 or v143 in recent VS versions. 2. The LZ4 library project doesn't have "Relwithdebinfo" configuration, so when trying to build arrow/parquet with relwithdebinfo, it fails. I added a condition to use Release for LZ4 when the parent arrow/parquet is being built using with relwithdebinfo. With above changes, I could create arrow/parquet dlls with LZ4 support to be used internally at Microsoft. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
