This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git
commit db3ebf6a587bcf0b823f2139f645b766ecb34005 Author: Gabriel <liwenqi...@selectdb.com> AuthorDate: Wed Mar 5 09:49:25 2025 +0800 format (#48658) --- be/test/runtime_filter/runtime_filter_wrapper_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/test/runtime_filter/runtime_filter_wrapper_test.cpp b/be/test/runtime_filter/runtime_filter_wrapper_test.cpp index af3f154b13a..53d9817bc35 100644 --- a/be/test/runtime_filter/runtime_filter_wrapper_test.cpp +++ b/be/test/runtime_filter/runtime_filter_wrapper_test.cpp @@ -1117,7 +1117,6 @@ TEST_F(RuntimeFilterWrapperTest, TestInOrBloom) { // Merge EXPECT_TRUE(wrapper->merge(new_wrapper.get()).ok()); - std::vector<int> final_data_vector(20); std::iota(final_data_vector.begin(), final_data_vector.end(), 0); col = vectorized::ColumnHelper::create_column<DataType>(final_data_vector); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org