From ca1c3d43473f37a859dc6ab2c176ba2e693cf65d Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Mon, 21 Mar 2022 16:31:41 +0800 Subject: [PATCH] [feature-wip](array-type) Fix compilation error. (#8556) --- 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; }