From c1e37d643ec0f4dcf900daf37adb301a793c46d6 Mon Sep 17 00:00:00 2001 From: seawinde Date: Fri, 6 Sep 2024 17:22:04 +0800 Subject: [PATCH] fix comment --- .../nereids/rules/exploration/mv/MaterializedViewUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , "