This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 8dc3f3f347c [fix](inverted index) Fix Session Variable Compatibility
(#39939)
8dc3f3f347c is described below
commit 8dc3f3f347c5c611f172034dbe1a26d1573a5921
Author: zzzxl <[email protected]>
AuthorDate: Tue Aug 27 10:17:47 2024 +0800
[fix](inverted index) Fix Session Variable Compatibility (#39939)
---
gensrc/thrift/PaloInternalService.thrift | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gensrc/thrift/PaloInternalService.thrift
b/gensrc/thrift/PaloInternalService.thrift
index 27da4f3e619..3ffa27788ac 100644
--- a/gensrc/thrift/PaloInternalService.thrift
+++ b/gensrc/thrift/PaloInternalService.thrift
@@ -308,10 +308,10 @@ 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;
- 120: optional bool enable_match_without_inverted_index = true;
- 121: optional bool enable_fallback_on_missing_inverted_index = true;
+ 121: optional bool keep_carriage_return = false; // \n,\r\n split line in
CSV.
122: optional i32 runtime_bloom_filter_min_size = 1048576;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]