Flink中因java的泛型擦除导致的报错及解决

【报错】

java 复制代码
Exception in thread "main" org.apache.flink.api.common.functions.InvalidTypesException: The return type of function 'Custom Source' could not be determined automatically, due to type erasure. You can give type information hints by using the returns(...) method on the result of the transformation call, or by letting your function implement the 'ResultTypeQueryable' interface.

【解决】

好,我接受他的建议

再次运行

数据正常!

相关推荐
2301_7951672024 分钟前
Python 高手编程系列八:缓存
开发语言·python·缓存
helloyangkl30 分钟前
前端——不同环境下配置env
前端·javascript·react.js
8***293134 分钟前
Go基础之环境搭建
开发语言·后端·golang
Yue丶越1 小时前
【C语言】自定义类型:联合体与枚举
c语言·开发语言
甜味弥漫1 小时前
JavaScript新手必看系列之预编译
前端·javascript
用户6600676685391 小时前
搞懂作用域链与闭包:JS底层逻辑变简单
前端·javascript
csbysj20201 小时前
DOM 节点
开发语言
没落英雄1 小时前
简单了解 with
前端·javascript
小小弯_Shelby2 小时前
vue项目源码泄露漏洞修复
前端·javascript·vue.js
小尧嵌入式2 小时前
C++基础语法总结
开发语言·c++·stm32·单片机·嵌入式硬件·算法