fix master failed cases

This commit is contained in:
wangt1xiuyi 2024-02-07 19:25:29 +00:00 committed by ob-robot
parent d425027b91
commit 7583283f93

View File

@ -384,6 +384,9 @@ int ObTableLoadSchema::prepare_col_desc(const ObTableSchema *table_schema, commo
LOG_ERROR("invalid column schema", K(column_schema));
} else {
col_desc.col_type_.set_scale(column_schema->get_data_scale());
if (col_desc.col_type_.is_lob_storage() && (!IS_CLUSTER_VERSION_BEFORE_4_1_0_0)) {
col_desc.col_type_.set_has_lob_header();
}
}
}
}