Skip to content

Commit

Permalink
Revert "[fix](inverted index) Fix Session Variable Compatibility" (ap…
Browse files Browse the repository at this point in the history
…ache#39906)

Reverts apache#39889, change it in unreleased version 2.1.6
  • Loading branch information
xiaokang authored Oct 9, 2024
1 parent e08811b commit bfeb9fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gensrc/thrift/PaloInternalService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bfeb9fe

Please sign in to comment.