From d337e09ba00db66fc6ab116483b8b714a14ecf37 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou <antoine@python.org> Date: Wed, 21 Aug 2024 12:32:32 +0200 Subject: [PATCH] Update comment to point the ClickHouse PR --- cpp/src/arrow/filesystem/azurefs_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/src/arrow/filesystem/azurefs_test.cc b/cpp/src/arrow/filesystem/azurefs_test.cc index 8565b857b7613..9d437d1f83aac 100644 --- a/cpp/src/arrow/filesystem/azurefs_test.cc +++ b/cpp/src/arrow/filesystem/azurefs_test.cc @@ -1590,6 +1590,9 @@ class TestAzureFileSystem : public ::testing::Test { // // TODO perhaps remove this skip once we can rely on // https://github.com/Azure/azure-sdk-for-cpp/pull/5767 + // + // Also note that ClickHouse has a workaround for a similar issue: + // https://github.com/ClickHouse/ClickHouse/pull/45796 if (options_.background_writes) { GTEST_SKIP() << "False positive memory leak in libxml2 with CloseAsync"; }