We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26ddcf commit d0b2dffCopy full SHA for d0b2dff
gensrc/thrift/PaloInternalService.thrift
@@ -360,6 +360,8 @@ struct TQueryOptions {
360
141: optional bool ignore_runtime_filter_error = false;
361
142: optional bool enable_fixed_len_to_uint32_v2 = false;
362
143: optional bool enable_shared_exchange_sink_buffer = true;
363
+
364
+ 144: optional bool enable_text_validate_utf8 = true;
365
// For cloud, to control if the content would be written into file cache
366
// In write path, to control if the content would be written into file cache.
367
// In read path, read from file cache or remote storage when execute query.
0 commit comments