Skip to content

Commit

Permalink
[fix](inverted index) Fix Session Variable Compatibility #39889 (#39885)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzxl1993 authored Aug 25, 2024
1 parent 0329adf commit 267bdc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gensrc/thrift/PaloInternalService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,11 @@ struct TQueryOptions {

92: optional bool enable_parquet_filter_by_min_max = true
93: optional bool enable_orc_filter_by_min_max = true
94: optional bool enable_match_without_inverted_index = true;
95: optional bool enable_fallback_on_missing_inverted_index = true;

116: optional bool enable_no_need_read_data_opt = true;

120: optional bool enable_match_without_inverted_index = true;
121: optional bool enable_fallback_on_missing_inverted_index = true;
}


Expand Down

0 comments on commit 267bdc5

Please sign in to comment.