Skip to content

Commit 4854f8b

Browse files
committed
fix
1 parent 2c164a9 commit 4854f8b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/schema/column/ColumnHeaderConstant.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ private ColumnHeaderConstant() {
536536
new ColumnHeader(PIPE_PROCESSOR, TSDataType.TEXT),
537537
new ColumnHeader(PIPE_SINK, TSDataType.TEXT),
538538
new ColumnHeader(LAST_EXCEPTION, TSDataType.TEXT),
539-
new ColumnHeader(SUGGESTED_ACTION, TSDataType.TEXT),
540539
new ColumnHeader(REMAINING_EVENT_COUNT, TSDataType.TEXT),
541540
new ColumnHeader(ESTIMATED_REMAINING_SECONDS, TSDataType.TEXT));
542541

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/schema/table/InformationSchema.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ public class InformationSchema {
201201
pipeTable.addColumnSchema(
202202
new AttributeColumnSchema(
203203
ColumnHeaderConstant.LAST_EXCEPTION_TABLE_MODEL, TSDataType.STRING));
204-
pipeTable.addColumnSchema(
205-
new AttributeColumnSchema(
206-
ColumnHeaderConstant.SUGGESTED_ACTION_TABLE_MODEL, TSDataType.STRING));
207204
pipeTable.addColumnSchema(
208205
new AttributeColumnSchema(
209206
ColumnHeaderConstant.REMAINING_EVENT_COUNT_TABLE_MODEL, TSDataType.INT64));

0 commit comments

Comments
 (0)