eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1721146094
########## be/src/vec/common/schema_util.cpp: ########## @@ -212,7 +220,6 @@ void get_column_by_type(const vectorized::DataTypePtr& data_type, const std::str "", child, {}); column.set_length(TabletColumn::get_field_length_by_type(TPrimitiveType::ARRAY, 0)); column.add_sub_column(child); - column.set_default_value("[]"); Review Comment: default value should be null, instead of empty array -- 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