raulcd commented on code in PR #49801:
URL: https://github.com/apache/arrow/pull/49801#discussion_r3161029152
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2431,6 +2431,7 @@ if(ARROW_MIMALLOC)
set(MIMALLOC_C_FLAGS ${EP_C_FLAGS})
if(MINGW)
# Workaround https://github.com/microsoft/mimalloc/issues/910 on RTools40
+ # This is still required as of mimalloc 3.3.0, tested as part of GH-49772
Review Comment:
oops yes, forgot to update after the last patch update
--
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]