From 46d7298407fc9073462b2ea0024cf7ae995d0f93 Mon Sep 17 00:00:00 2001 From: smellthemoon <64083300+smellthemoon@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:57:27 +0800 Subject: [PATCH] fix: file not find test_parquet.cpp (#32644) #32646 Signed-off-by: lixinguo Co-authored-by: lixinguo --- internal/core/unittest/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/core/unittest/CMakeLists.txt b/internal/core/unittest/CMakeLists.txt index 7a3c507630..ba6dd5f342 100644 --- a/internal/core/unittest/CMakeLists.txt +++ b/internal/core/unittest/CMakeLists.txt @@ -34,7 +34,6 @@ set(MILVUS_TEST_FILES test_index_c_api.cpp test_index_wrapper.cpp test_init.cpp - test_parquet_c.cpp test_query.cpp test_reduce.cpp test_reduce_c.cpp