This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a6831012786 [fix](ann index) Update ivf_nprobe struct_id (#58588)
a6831012786 is described below

commit a6831012786e7d0c2c5ef7e2f0e5a56623dc70e3
Author: Chen768959 <[email protected]>
AuthorDate: Tue Dec 2 10:21:03 2025 +0800

    [fix](ann index) Update ivf_nprobe struct_id (#58588)
    
    build error.
    Update ivf_nprobe struct_id
    
    introduced from #58130 and #58073
---
 gensrc/thrift/PaloInternalService.thrift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gensrc/thrift/PaloInternalService.thrift 
b/gensrc/thrift/PaloInternalService.thrift
index 37c011b861b..8aa5d2bd1a5 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -420,7 +420,7 @@ struct TQueryOptions {
   181: optional i32 min_file_scanners_concurrency = 0;
 
 
-  179: optional i32 ivf_nprobe = 1;
+  182: optional i32 ivf_nprobe = 1;
 
   // For cloud, to control if the content would be written into file cache
   // In write path, to control if the content would be written into file cache.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to