We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在local 模式下执行 select CAST('abc' as int);语句,无报错提示,正常页面因该提示类型转换错误,系统日志里面是存在报错的
正常页面因该提示类型转换错误,控制台打印报错日志,提示类似ava.lang.NumberFormatException: For input string: 'abc'. Invalid character foun报错 ,execute job finished,status is Fail
no
1.0.2
The text was updated successfully, but these errors were encountered:
这个错误本身就应该是 flink 运行时抛出来的, 因为任务已经提交到 flink 上了,local 模式相当于是 flink 的 minicluster 具体看 flink 官网
Sorry, something went wrong.
No branches or pull requests
Search before asking
What happened
在local 模式下执行 select CAST('abc' as int);语句,无报错提示,正常页面因该提示类型转换错误,系统日志里面是存在报错的
What you expected to happen
正常页面因该提示类型转换错误,控制台打印报错日志,提示类似ava.lang.NumberFormatException: For input string: 'abc'. Invalid character foun报错 ,execute job finished,status is Fail
How to reproduce
Anything else
no
Version
1.0.2
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: