zanmato1984 commented on code in PR #41695: URL: https://github.com/apache/arrow/pull/41695#discussion_r1603714140
########## cpp/src/arrow/compute/util_internal.cc: ########## @@ -20,16 +20,29 @@ #include "arrow/compute/util.h" #include "arrow/memory_pool.h" +#ifdef ADDRESS_SANITIZER Review Comment: Some platforms don't have ASAN, so wrap the ASAN related code with a flag that is only defined with ASAN. -- 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]
