eldenmoon commented on code in PR #23147: URL: https://github.com/apache/doris/pull/23147#discussion_r1298092608
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -376,6 +376,8 @@ public class SessionVariable implements Serializable, Writable { public static final String ROUND_PRECISE_DECIMALV2_VALUE = "round_precise_decimalv2_value"; + public static final String EXTEND_VARIANT_COLUMN = "extend_variant_column"; Review Comment: describe_extend_variant_column ########## docs/en/docs/advanced/variables.md: ########## @@ -677,6 +677,10 @@ Translated with www.DeepL.com/Translator (free version) Because the maximum length of the char or varchar column in the schema of the table is inconsistent with the schema in the underlying parquet or orc file. At this time, if the option is turned on, it will be truncated according to the maximum length in the schema of the table. +* `extend_variant_column` Review Comment: describe_extend_variant_column ########## gensrc/thrift/PaloInternalService.thrift: ########## @@ -228,7 +228,9 @@ struct TQueryOptions { 76: optional bool enable_inverted_index_query = true; - 77: optional bool truncate_char_or_varchar_columns = false + 77: optional bool truncate_char_or_varchar_columns = false; + + 78: optional bool enable_extend_variant_column = false; Review Comment: delete this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org