JingsongLi commented on code in PR #720:
URL: https://github.com/apache/paimon-rust/pull/720#discussion_r3802163090


##########
crates/paimon/src/spec/core_options.rs:
##########
@@ -28,6 +28,7 @@ const VECTOR_INDEX_SEARCH_MODE_OPTION: &str = 
"vector-index.search-mode";
 const FULL_TEXT_INDEX_SEARCH_MODE_OPTION: &str = "full-text-index.search-mode";
 const GLOBAL_INDEX_ROW_COUNT_PER_SHARD_OPTION: &str = 
"global-index.row-count-per-shard";
 const GLOBAL_INDEX_THREAD_NUM_OPTION: &str = "global-index.thread-num";
+const GLOBAL_INDEX_RANGE_READ_THREAD_NUM_OPTION: &str = 
"global-index.vindex.read-thread-num";

Review Comment:
   Please rename `const GLOBAL_INDEX_RANGE_READ_THREAD_NUM_OPTION` too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to