Replies: 1 comment
-
在flink sql中对mysql这个source table 把create_at字段由Double类型改为Decimal类型可避免这个问题。我也遇到过类似问题,亲测有效,留给后面找问题的人。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
flink 1.13.6
cdc 2.2.1
使用TABLE API
使用flink-cdc-mysql 监控 mysql,double 类型字段,进入 flink被转化了科学计数法,请问这个可以通过配置解决吗
在 mysql中
写入kafka中
Beta Was this translation helpful? Give feedback.
All reactions