Skip to content

Commit

Permalink
[Bug] [connector-v2] When outputting data to clickhouse, a ClassCastE…
Browse files Browse the repository at this point in the history
…xception was encountered (#2160)
  • Loading branch information
gaaraG authored Jul 12, 2022
1 parent eaedc0a commit a3a2b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ private Map<String, ClickhouseFieldInjectFunction> initFieldInjectFunctionMap()
new BigDecimalInjectFunction(),
new DateInjectFunction(),
new DateTimeInjectFunction(),
new LongInjectFunction(),
new DoubleInjectFunction(),
new FloatInjectFunction(),
new IntInjectFunction(),
new LongInjectFunction(),
new StringInjectFunction()
);
ClickhouseFieldInjectFunction defaultFunction = new StringInjectFunction();
Expand Down

0 comments on commit a3a2b5d

Please sign in to comment.