This is an automated email from the ASF dual-hosted git repository.

justinchen pushed a commit to branch schema_scan
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/schema_scan by this push:
     new 77995964ed3 Update SchemaRegionPlanType.java
77995964ed3 is described below

commit 77995964ed35d6cf0e94d5af117ed8ce93503d00
Author: Caideyipi <[email protected]>
AuthorDate: Tue Mar 31 18:24:17 2026 +0800

    Update SchemaRegionPlanType.java
---
 .../apache/iotdb/db/schemaengine/schemaregion/SchemaRegionPlanType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/SchemaRegionPlanType.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/SchemaRegionPlanType.java
index b0d41c725ee..ff1d118d545 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/SchemaRegionPlanType.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/SchemaRegionPlanType.java
@@ -39,7 +39,7 @@ public enum SchemaRegionPlanType {
   ACTIVATE_TEMPLATE_IN_CLUSTER((byte) 63),
   PRE_DELETE_TIMESERIES_IN_CLUSTER((byte) 64),
   ROLLBACK_PRE_DELETE_TIMESERIES((byte) 65),
-  ALTER_ENCODING_COMPRESSOR((byte) 66),
+  ALTER_ENCODING_COMPRESSOR((byte) 80),
 
   // endregion
 

Reply via email to