amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2032820286
########## be/src/vec/data_types/serde/data_type_serde.h: ########## @@ -179,6 +179,10 @@ class DataTypeSerDe { */ const char* nested_string_wrapper; int wrapper_len; + /** + * variant flat or not + */ + const bool variant_flatten_nested = false; Review Comment: delete it -- 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