Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Nov 21, 2024
1 parent f752551 commit a28fd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
public enum DirtyServerType {

UNDEFINED("Undefined"),
TUBE_MQ("TubeMQ"),
TUBEMQ("TubeMQ"),
ICEBERG("Iceberg"),
HIVE("Hive"),
STAR_ROCKS("StarRocks"),
STARROCKS("StarRocks"),
KAFKA("Kafka"),
PULSAR("Pulsar"),
ELASTICSEARCH("Elasticsearch"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void deserialize(Message message, Collector<RowData> out) throws IOExcept

builder.setData(message.getData())
.setDirtyType(DirtyType.KEY_DESERIALIZE_ERROR)
.setServerType(DirtyServerType.TUBE_MQ)
.setServerType(DirtyServerType.TUBEMQ)
.setDirtyDataTime(dataTime)
.setExtParams(message.getAttribute())
.setLabels(dirtyOptions.getLabels())
Expand Down

0 comments on commit a28fd6f

Please sign in to comment.