Skip to content

Commit 950de26

Browse files
committed
fix0256
1 parent c4e9208 commit 950de26

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/paimon/global_index/lucene/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(PAIMON_ENABLE_LUCENE)
1616
set(PAIMON_LUCENE
1717
lucene_global_index.cpp
1818
lucene_directory.cpp
19-
lucene_utils.cpp
19+
lucene_utils.cpp
2020
jieba_analyzer.cpp
2121
lucene_global_index_writer.cpp
2222
lucene_global_index_reader.cpp
@@ -47,7 +47,6 @@ if(PAIMON_ENABLE_LUCENE)
4747
PRIVATE JIEBA_TEST_DICT_DIR="${JIEBA_DICT_DIR}")
4848

4949
endif()
50-
5150

5251
if(PAIMON_BUILD_TESTS)
5352
add_paimon_test(lucene_index_test

0 commit comments

Comments
 (0)