pitrou opened a new pull request, #47496: URL: https://github.com/apache/arrow/pull/47496
### Rationale for this change The Azure tests fail because of a likely bug in the Azure SDK, which tries to deallocate a curl shared handler while it's still in use, and doesn't report deallocation errors (reported upstream at https://github.com/Azure/azure-sdk-for-cpp/issues/6722). ### What changes are included in this PR? Add a dedicated Valgrind suppression to ignore the corresponding memory leak. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org