From b00e3882835632e7f69d70bff53abb28be47e5fb Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Mon, 21 Mar 2022 15:45:28 +0800 Subject: [PATCH] [feature-wip][array-type] Fix compilation error. --- be/test/runtime/array_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/test/runtime/array_test.cpp b/be/test/runtime/array_test.cpp index 40a326af4c0f1e..5ec7eff181a529 100644 --- a/be/test/runtime/array_test.cpp +++ b/be/test/runtime/array_test.cpp @@ -337,7 +337,6 @@ class ArrayTest : public ::testing::Test { segment_v2::ColumnIteratorOptions iter_opts; iter_opts.stats = stats; iter_opts.rblock = rblock; - iter_opts.mem_tracker = std::make_shared(); st = iter->init(iter_opts); return st.ok() ? iter : nullptr; }