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

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

commit e1bee48d5d365f2590781d1c9fd98feaf9684f73
Author: Kang <[email protected]>
AuthorDate: Mon Aug 26 11:59:18 2024 +0800

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

diff --git a/gensrc/thrift/PaloInternalService.thrift 
b/gensrc/thrift/PaloInternalService.thrift
index ea54446eef6..a75e06f358b 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -317,11 +317,12 @@ struct TQueryOptions {
 
   118: optional TSerdeDialect serde_dialect = TSerdeDialect.DORIS;
 
-  119: optional bool keep_carriage_return = false; // \n,\r\n split line in 
CSV.
+  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.
 
-  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to