This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new bfeb9fefc2b Revert "[fix](inverted index) Fix Session Variable Compatibility" (#39906) bfeb9fefc2b is described below commit bfeb9fefc2ba5ea135f8c3f72bb47c740e48255a Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Wed Oct 9 15:34:34 2024 +0800 Revert "[fix](inverted index) Fix Session Variable Compatibility" (#39906) Reverts apache/doris#39889, change it in unreleased version 2.1.6 --- gensrc/thrift/PaloInternalService.thrift | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 0c1c55ab382..332b6c6e425 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -317,10 +317,11 @@ 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_match_without_inverted_index = true; - 121: optional bool enable_fallback_on_missing_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. 122: optional i32 runtime_bloom_filter_min_size = 1048576; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org