From 1dba12818f23452a1630733db1e9a45d78b366a1 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Mon, 9 Dec 2024 15:31:00 +0000 Subject: [PATCH] Update cpp/src/arrow/filesystem/test_util.cc Co-authored-by: Antoine Pitrou --- cpp/src/arrow/filesystem/test_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/filesystem/test_util.cc b/cpp/src/arrow/filesystem/test_util.cc index 1b72d0ab0662d..efe7cff4958ab 100644 --- a/cpp/src/arrow/filesystem/test_util.cc +++ b/cpp/src/arrow/filesystem/test_util.cc @@ -593,7 +593,7 @@ void GenericFileSystemTest::TestCopyFiles(FileSystem* fs) { auto reset_thread_pool = [io_thread_pool, original_threads](void*) { ASSERT_OK(io_thread_pool->SetCapacity(original_threads)); }; - std::unique_ptr resetThreadPoolGuard( + std::unique_ptr reset_thread_pool_guard( nullptr, reset_thread_pool); auto mock_fs = std::make_shared(