This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch mix-pro
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/mix-pro by this push:
new 4dd27761568 fix
4dd27761568 is described below
commit 4dd27761568e6f6f9453257a3c1d4fae08137eaa
Author: Caideyipi <[email protected]>
AuthorDate: Wed Jan 28 11:44:13 2026 +0800
fix
---
.../iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java | 1 -
.../confignode/manager/pipe/source/ConfigRegionListeningFilter.java | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java
index ecabc2331b2..c2a81b97b22 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java
@@ -231,7 +231,6 @@ public enum ConfigPhysicalPlanType {
PreDeleteView((short) 876),
RenameViewColumn((short) 877),
AlterColumnDataType((short) 878),
- CommitAlterColumnDataType((short) 879),
/** Deprecated types for sync, restored them for upgrade. */
@Deprecated
diff --git
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/ConfigRegionListeningFilter.java
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/ConfigRegionListeningFilter.java
index b4ff4a225fa..b189f338a91 100644
---
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/ConfigRegionListeningFilter.java
+++
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/pipe/source/ConfigRegionListeningFilter.java
@@ -129,7 +129,7 @@ public class ConfigRegionListeningFilter {
ConfigPhysicalPlanType.RenameView,
ConfigPhysicalPlanType.RenameTableColumn,
ConfigPhysicalPlanType.RenameViewColumn,
- ConfigPhysicalPlanType.CommitAlterColumnDataType)));
+ ConfigPhysicalPlanType.AlterColumnDataType)));
OPTION_PLAN_MAP.put(
new PartialPath("schema.table.drop"),
Collections.unmodifiableList(