Skip to content

Commit 4dd2776

Browse files
committed
fix
1 parent 5802fa2 commit 4dd2776

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ public enum ConfigPhysicalPlanType {
231231
PreDeleteView((short) 876),
232232
RenameViewColumn((short) 877),
233233
AlterColumnDataType((short) 878),
234-
CommitAlterColumnDataType((short) 879),
235234

236235
/** Deprecated types for sync, restored them for upgrade. */
237236
@Deprecated

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/ConfigRegionListeningFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class ConfigRegionListeningFilter {
129129
ConfigPhysicalPlanType.RenameView,
130130
ConfigPhysicalPlanType.RenameTableColumn,
131131
ConfigPhysicalPlanType.RenameViewColumn,
132-
ConfigPhysicalPlanType.CommitAlterColumnDataType)));
132+
ConfigPhysicalPlanType.AlterColumnDataType)));
133133
OPTION_PLAN_MAP.put(
134134
new PartialPath("schema.table.drop"),
135135
Collections.unmodifiableList(

0 commit comments

Comments
 (0)