From d0b2dffee8ecf75d6494bf73eb66eab6c4e1b23b Mon Sep 17 00:00:00 2001 From: daidai Date: Tue, 17 Dec 2024 17:37:41 +0800 Subject: [PATCH] add thrift --- gensrc/thrift/PaloInternalService.thrift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gensrc/thrift/PaloInternalService.thrift b/gensrc/thrift/PaloInternalService.thrift index 85abbf9b66ddba4..536360358e855f3 100644 --- a/gensrc/thrift/PaloInternalService.thrift +++ b/gensrc/thrift/PaloInternalService.thrift @@ -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.