diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java index 1e48c006940037..2875c041d7401c 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java @@ -285,7 +285,8 @@ public static TableProperty read(DataInput in) throws IOException { .buildStorageFormat() .buildDataSortInfo() .buildRemoteStoragePolicy() - .buildCompressionType(); + .buildCompressionType() + .buildStoragePolicy(); if (Catalog.getCurrentCatalogJournalVersion() < FeMetaVersion.VERSION_105) { // get replica num from property map and create replica allocation String repNum = tableProperty.properties.remove(PropertyAnalyzer.PROPERTIES_REPLICATION_NUM); diff --git a/webroot/be/tablets_page.mustache b/webroot/be/tablets_page.mustache index 9879c2d3eb01d7..d60371c2da9812 100644 --- a/webroot/be/tablets_page.mustache +++ b/webroot/be/tablets_page.mustache @@ -30,8 +30,8 @@ under the License. {{#data}} {{#tablets}}