Reranko05 commented on PR #50587: URL: https://github.com/apache/arrow/pull/50587#issuecomment-5067021519
@kou I found the remaining issue. The minimal example was being configured as a Debug build, while the installed Arrow libraries were built in Release mode. Explicitly configuring the example with `-DCMAKE_BUILD_TYPE=Release` fixes the build. -- 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]
