开发者社区 问答 正文

Flink通过JDBCInputFormat 读 clickhouse,UInt64 用#Flink

Flink通过JDBCInputFormat 读 clickhouse,UInt64 用BasicTypeInfo.BIG_INT_TYPE_INFO 报“Type is not supported: BigInteger”,有啥方法可以替代呀?#Flink image.png

展开
收起
黄一刀 2020-08-06 16:39:16 1884 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
  • 用 Types.GENERIC(java.math.BigInteger.class)试下

    2020-08-06 16:39:52 举报
    赞同 1 展开评论

    评论