Skip to content
New issue

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

[Bug] [Local] Caused by: java.lang.NumberFormatException: For input string: 'abc'. Invalid character found #3533

Closed
2 of 3 tasks
json-wei opened this issue May 24, 2024 · 1 comment
Labels
FAQ Frequently Asked Questions

Comments

@json-wei
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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

image

Anything else

no

Version

1.0.2

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@json-wei json-wei added Bug Something isn't working Waiting for reply Waiting for reply labels May 24, 2024
@Zzm0809
Copy link
Contributor

Zzm0809 commented May 28, 2024

这个错误本身就应该是 flink 运行时抛出来的, 因为任务已经提交到 flink 上了,local 模式相当于是 flink 的 minicluster 具体看 flink 官网

@Zzm0809 Zzm0809 added FAQ Frequently Asked Questions and removed Bug Something isn't working Waiting for reply Waiting for reply labels May 28, 2024
@Zzm0809 Zzm0809 closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ Frequently Asked Questions
Projects
None yet
Development

No branches or pull requests

2 participants