You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/30 11:43:45 UTC

[doris] branch dev-1.1.2 updated: [bugfix](bitmap) fix bitmap cherry-pick compile error

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 <yi...@gmail.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org