eldenmoon commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1722589356
########## be/src/vec/columns/column_object.h: ########## @@ -94,6 +95,11 @@ class ColumnObject final : public COWHelper<IColumn, ColumnObject> { // Using jsonb type as most common type, since it's adopted all types of json using MostCommonType = DataTypeJsonb; constexpr static TypeIndex MOST_COMMON_TYPE_ID = TypeIndex::JSONB; + // Nullable(Array(Nullable(Object))) + const static DataTypePtr NESTED_TYPE; + // Finlize mode for subcolumns, write mode will deal with sparse columns, only affects in flush block to segments. Review Comment: done -- 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