This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/array-type by this push:
new 06720c0 [feature-wip](array-type) Fix compilation error. (#8556)
06720c0 is described below
commit 06720c0c0c0a4411ee46c2860f17f8950a07eb32
Author: Adonis Ling <[email protected]>
AuthorDate: Mon Mar 21 16:31:41 2022 +0800
[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 40a326a..5ec7eff 100644
--- a/be/test/runtime/array_test.cpp
+++ b/be/test/runtime/array_test.cpp
@@ -337,7 +337,6 @@ private:
segment_v2::ColumnIteratorOptions iter_opts;
iter_opts.stats = stats;
iter_opts.rblock = rblock;
- iter_opts.mem_tracker = std::make_shared<MemTracker>();
st = iter->init(iter_opts);
return st.ok() ? iter : nullptr;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]