Skip to content

Commit

Permalink
remove useless type
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Jan 30, 2024
1 parent 5d5733b commit 43b583e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ private static DataType fromDebeziumType(String dbzType) {
case "int64":
return DataTypes.BIGINT();
case "float32":
case "float64":
return DataTypes.FLOAT();
case "double":
return DataTypes.DOUBLE();
Expand Down

0 comments on commit 43b583e

Please sign in to comment.