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

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 1d957dee995 [fix](inverted index) Fix Session Variable Compatibility 
(#39940)
1d957dee995 is described below

commit 1d957dee995ae8956de8f2b6bcdbe59de9a6de5f
Author: zzzxl <33418555+zzzxl1...@users.noreply.github.com>
AuthorDate: Sun Sep 1 12:13:30 2024 +0800

    [fix](inverted index) Fix Session Variable Compatibility (#39940)
---
 gensrc/thrift/PaloInternalService.thrift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gensrc/thrift/PaloInternalService.thrift 
b/gensrc/thrift/PaloInternalService.thrift
index 9944d769fc9..b251ee94c68 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -263,8 +263,8 @@ struct TQueryOptions {
 
   116: optional bool enable_no_need_read_data_opt = true;
 
-  120: optional bool enable_match_without_inverted_index = true;
-  121: optional bool enable_fallback_on_missing_inverted_index = true;
+  119: optional bool enable_match_without_inverted_index = true;
+  120: optional bool enable_fallback_on_missing_inverted_index = true;
 }
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to