在Flink1.10中,不推荐使用tableschema.fromtypeinfo方法。从avro模式创建表模式的最佳方法是什么。
TypeInformation typeInfo = AvroSchemaConverter.convertToTypeInfo(schema.toString()); TableSchema tableSchema = TableSchema.fromTypeInfo(typeInfo);
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!