This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new 4338109f02 [bugfix](bitmap) fix bitmap cherry-pick compile error
4338109f02 is described below

commit 4338109f02ab0ef8af2db2e5ad3b73c5c3af100c
Author: yiguolei <[email protected]>
AuthorDate: Sat Jul 30 19:43:28 2022 +0800

    [bugfix](bitmap) fix bitmap cherry-pick compile error
---
 be/src/vec/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/be/src/vec/CMakeLists.txt b/be/src/vec/CMakeLists.txt
index 3b18357086..d8adfe6d40 100644
--- a/be/src/vec/CMakeLists.txt
+++ b/be/src/vec/CMakeLists.txt
@@ -39,7 +39,6 @@ set(VEC_FILES
   aggregate_functions/aggregate_function_group_concat.cpp
   aggregate_functions/aggregate_function_percentile_approx.cpp
   aggregate_functions/aggregate_function_simple_factory.cpp
-  aggregate_functions/aggregate_function_java_udaf.h
   aggregate_functions/aggregate_function_orthogonal_bitmap.cpp
   columns/collator.cpp
   columns/column.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to