flink sql java.lang.UnsupportedOperationException: class org.apache.calcite.sql.SqlIdentifier: json

  • Post author:
  • Post category:java




java.lang.UnsupportedOperationException: class org.apache.calcite.sql.SqlIdentifier: json

原因 表字段类型是 json , flink 不支持;改为 string 解决

转载出处:https://www.saoniuhuo.com/question/detail-1911817.html?sort=hot