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

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fe0aa492c [Chore](cmake) Remove ununsed be rowset CMakeLists.txt 
(#22627)
6fe0aa492c is described below

commit 6fe0aa492ce3b278dd922d68e30afecae6750c78
Author: Jack Drogon <[email protected]>
AuthorDate: Sat Aug 5 12:51:58 2023 +0800

    [Chore](cmake) Remove ununsed be rowset CMakeLists.txt (#22627)
    
    Signed-off-by: Jack Drogon <[email protected]>
---
 be/CMakeLists.txt                 |  1 -
 be/src/olap/CMakeLists.txt        |  2 --
 be/src/olap/rowset/CMakeLists.txt | 37 -------------------------------------
 3 files changed, 40 deletions(-)

diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt
index e26879c065..e31dbe6c9b 100644
--- a/be/CMakeLists.txt
+++ b/be/CMakeLists.txt
@@ -475,7 +475,6 @@ set(DORIS_LINK_LIBS
     Gutil
     IO
     Olap
-    Rowset
     Runtime
     Service
     Udf
diff --git a/be/src/olap/CMakeLists.txt b/be/src/olap/CMakeLists.txt
index a9122baa48..bf19ef2676 100644
--- a/be/src/olap/CMakeLists.txt
+++ b/be/src/olap/CMakeLists.txt
@@ -21,8 +21,6 @@ set(LIBRARY_OUTPUT_PATH "${BUILD_DIR}/src/olap")
 # where to put generated binaries
 set(EXECUTABLE_OUTPUT_PATH "${BUILD_DIR}/src/olap")
 
-add_subdirectory(rowset)
-
 file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS *.cpp)
 add_library(Olap STATIC ${SRC_FILES})
 
diff --git a/be/src/olap/rowset/CMakeLists.txt 
b/be/src/olap/rowset/CMakeLists.txt
deleted file mode 100644
index 6680bb4f3e..0000000000
--- a/be/src/olap/rowset/CMakeLists.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# where to put generated libraries
-set(LIBRARY_OUTPUT_PATH "${BUILD_DIR}/src/olap/rowset")
-
-# where to put generated binaries
-set(EXECUTABLE_OUTPUT_PATH "${BUILD_DIR}/src/olap/rowset")
-
-add_library(Rowset STATIC
-    unique_rowset_id_generator.cpp
-    rowset.cpp
-    rowset_factory.cpp
-    rowset_meta_manager.cpp
-    beta_rowset.cpp
-    beta_rowset_reader.cpp
-    beta_rowset_writer.cpp
-    vertical_beta_rowset_writer.cpp
-    segcompaction.cpp
-    rowset_tree.cpp
-)
-
-pch_reuse(Rowset)


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

Reply via email to