Skip to content

Commit

Permalink
add thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Dec 17, 2024
1 parent b26ddcf commit d0b2dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gensrc/thrift/PaloInternalService.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ struct TQueryOptions {
141: optional bool ignore_runtime_filter_error = false;
142: optional bool enable_fixed_len_to_uint32_v2 = false;
143: optional bool enable_shared_exchange_sink_buffer = true;

144: optional bool enable_text_validate_utf8 = true;
// For cloud, to control if the content would be written into file cache
// In write path, to control if the content would be written into file cache.
// In read path, read from file cache or remote storage when execute query.
Expand Down

0 comments on commit d0b2dff

Please sign in to comment.