File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
3232endif ()
3333
3434project (paimon
35- VERSION 0.1.0
35+ VERSION 0.1.1
3636 DESCRIPTION "Paimon C++ Project" )
3737
3838string (TOUPPER "${CMAKE_BUILD_TYPE } " UPPERCASE_BUILD_TYPE)
@@ -52,8 +52,8 @@ option(PAIMON_ENABLE_AVRO "Whether to enable avro file format" ON)
5252option (PAIMON_ENABLE_ORC "Whether to enable orc file format" ON )
5353option (PAIMON_ENABLE_LANCE "Whether to enable lance file format" OFF )
5454option (PAIMON_ENABLE_JINDO "Whether to enable jindo file system" OFF )
55- option (PAIMON_ENABLE_LUMINA "Whether to enable lumina vector index" ON )
56- option (PAIMON_ENABLE_LUCENE "Whether to enable lucene index" ON )
55+ option (PAIMON_ENABLE_LUMINA "Whether to enable lumina vector index" OFF )
56+ option (PAIMON_ENABLE_LUCENE "Whether to enable lucene index" OFF )
5757
5858if (PAIMON_ENABLE_ORC)
5959 add_definitions (-DPAIMON_ENABLE_ORC )
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ CMAKE_ARGS=(
3131 " -DPAIMON_BUILD_TESTS=ON"
3232 " -DPAIMON_ENABLE_LANCE=ON"
3333 " -DPAIMON_ENABLE_JINDO=ON"
34+ " -DPAIMON_ENABLE_LUMINA=ON"
35+ " -DPAIMON_ENABLE_LUCENE=ON"
3436)
3537
3638if [[ " ${enable_sanitizer} " == " true" ]]; then
Original file line number Diff line number Diff line change 113113# The master toctree document.
114114master_doc = "index"
115115
116- version = "0.1.0 "
116+ version = "0.1.1 "
117117
118118html_theme_options = {
119119 "show_toc_level" : 2 ,
You can’t perform that action at this time.
0 commit comments