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 267bdc55aeb [fix](inverted index) Fix Session Variable Compatibility 
#39889 (#39885)
267bdc55aeb is described below

commit 267bdc55aebdbfac2384524d6e95b1a623c87e86
Author: zzzxl <33418555+zzzxl1...@users.noreply.github.com>
AuthorDate: Sun Aug 25 10:23:03 2024 +0800

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

diff --git a/gensrc/thrift/PaloInternalService.thrift 
b/gensrc/thrift/PaloInternalService.thrift
index 25256db2f26..9944d769fc9 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -260,9 +260,11 @@ struct TQueryOptions {
 
   92: optional bool enable_parquet_filter_by_min_max = true
   93: optional bool enable_orc_filter_by_min_max = true
-  94: optional bool enable_match_without_inverted_index = true;
-  95: optional bool enable_fallback_on_missing_inverted_index = true;
+
   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;
 }
 
 


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

Reply via email to