Skip to content

Commit

Permalink
bulkerlib: clickhouse add UUID to known field types
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Dec 25, 2023
1 parent 036712a commit 15c9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkerlib/implementations/sql/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (

var (
clickhouseTypes = map[types.DataType][]string{
types.STRING: {"String", "%String%", "%CHAR%", "%TEXT%", "%BLOB%", "%Enum%"},
types.STRING: {"String", "%String%", "%CHAR%", "%TEXT%", "%BLOB%", "%Enum%", "%UUID%"},
types.INT64: {"Int64", "Int", "LowCardinality(Int"},
types.FLOAT64: {"Float64", "Float32", "Decimal"},
types.TIMESTAMP: {"DateTime64(6)", "DateTime", "Date"},
Expand Down

0 comments on commit 15c9fde

Please sign in to comment.