rok commented on code in PR #50587: URL: https://github.com/apache/arrow/pull/50587#discussion_r3646671276
########## cpp/cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -410,6 +410,13 @@ if(ARROW_AZURE) set(ARROW_WITH_AZURE_SDK ON) endif() Review Comment: @Reranko05 can we just add a comment here for completeness? I will merge afterwards. ```suggestion # The macOS 11.3 SDK has incomplete C++20 concepts support, which prevents # simdjson headers from compiling. Disable simdjson concepts for this SDK. ``` -- 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]
