From 2da6938be0f56459a05ac26279b2eabe3ecfed62 Mon Sep 17 00:00:00 2001 From: TsukiokaKogane Date: Mon, 17 Aug 2026 17:45:26 +0800 Subject: [PATCH] [fix](compile) fix file rename cause be compile failed --- be/src/storage/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/storage/CMakeLists.txt b/be/src/storage/CMakeLists.txt index 21e82183f58dff..a76e647d8d42da 100644 --- a/be/src/storage/CMakeLists.txt +++ b/be/src/storage/CMakeLists.txt @@ -70,7 +70,7 @@ set(STORAGE_UNITY_SKIP ${CMAKE_CURRENT_SOURCE_DIR}/predicate/predicate_creator_comparison.cpp ${CMAKE_CURRENT_SOURCE_DIR}/predicate/predicate_creator_in_list_in.cpp ${CMAKE_CURRENT_SOURCE_DIR}/predicate/predicate_creator_in_list_not_in.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/compaction/collection_statistics.cpp) + ${CMAKE_CURRENT_SOURCE_DIR}/index/inverted/similarity/collection_statistics.cpp) if (ENABLE_VARIANT_NESTED_GROUP) # Out-of-tree module sources swapped into this target: unity hygiene # unaudited, keep them individual.