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

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


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

commit bcf35e656664083e185515e7129eced5e9baeda9
Author: zzzxl <33418555+zzzxl1...@users.noreply.github.com>
AuthorDate: Sun Aug 25 10:22:14 2024 +0800

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

diff --git a/gensrc/thrift/PaloInternalService.thrift 
b/gensrc/thrift/PaloInternalService.thrift
index a75e06f358b..ea54446eef6 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -317,12 +317,11 @@ struct TQueryOptions {
 
   118: optional TSerdeDialect serde_dialect = TSerdeDialect.DORIS;
 
-  119: optional bool enable_match_without_inverted_index = true;
-
-  120: optional bool enable_fallback_on_missing_inverted_index = true;
-
-  121: optional bool keep_carriage_return = false; // \n,\r\n split line in 
CSV.
+  119: optional bool keep_carriage_return = false; // \n,\r\n split line in 
CSV.
 
+  120: optional bool enable_match_without_inverted_index = true;
+  121: optional bool enable_fallback_on_missing_inverted_index = true;
+  
   122: optional i32 runtime_bloom_filter_min_size = 1048576;
 
   //Access Parquet/ORC columns by name by default. Set this property to 
`false` to access columns


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

Reply via email to