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 31992ace10d Revert "[fix](inverted index) Fix Session Variable 
Compatibility" (#39905)
31992ace10d is described below

commit 31992ace10d8d2c124c2bcbb7a1e71210c18964d
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Mon Aug 26 17:54:48 2024 +0800

    Revert "[fix](inverted index) Fix Session Variable Compatibility" (#39905)
    
    Reverts apache/doris#39890, change it in unreleased version 2.1.6
---
 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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to