Skip to content

Commit 1768bd9

Browse files
authored
Add PlanNodeType enum value for tsfile object piece. (#17431)
This reserves a dedicated plan node type code for LOAD_TSFILE_OBJECT_PIECE to support downstream planning and serialization logic.
1 parent e801885 commit 1768bd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node/PlanNodeType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ public enum PlanNodeType {
276276
// 100 - 106 are occupied
277277
SHOW_DISK_USAGE((short) 107),
278278
TREE_COLLECT((short) 108),
279+
LOAD_TSFILE_OBJECT_PIECE((short) 109),
279280

280281
CREATE_OR_UPDATE_TABLE_DEVICE((short) 902),
281282
TABLE_DEVICE_QUERY_SCAN((short) 903),

0 commit comments

Comments
 (0)