diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java index 1d036db4bac014..235a84e596b837 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java @@ -435,7 +435,7 @@ public Void visitLogicalRelation(LogicalRelation relation, IncrementCheckerConte + "mv partition column is %s", context.getMvPartitionColumn())); return null; } - // Check the table which mv partition column which is belonged to is same as the current check relation + // Check the table which mv partition column belonged to is same as the current check relation or not if (!((LogicalCatalogRelation) relation).getTable().getFullQualifiers().equals( contextPartitionColumn.getTable().map(TableIf::getFullQualifiers).orElse(ImmutableList.of()))) { context.addFailReason(String.format("mv partition column name is not belonged to current check , "