从avro模式创建表模式

xbp102n0  于 2021-06-26  发布在  Flink
关注(0)|答案(0)|浏览(270)

在Flink1.10中,不推荐使用tableschema.fromtypeinfo方法。从avro模式创建表模式的最佳方法是什么。

TypeInformation typeInfo = AvroSchemaConverter.convertToTypeInfo(schema.toString());
  TableSchema tableSchema = TableSchema.fromTypeInfo(typeInfo);

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题