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; }