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
Page location: #/devops/job-detail
Bug fix
Create a flink sql task
--change CREATE TABLE orderSourceNew (order_id BIGINT, order_name STRING) WITH ( ${datagen} ); CREATE TABLE skuSourceNew (sku_id BIGINT, sku_name STRING) WITH ( ${datagen} ); CREATE TABLE orderSinkNew ( order_id BIGINT, order_copy BIGINT, order_name STRING ) WITH ('connector' = 'blackhole'); CREATE TABLE skuSinkNew (sku_id BIGINT, sku_name STRING) WITH ('connector' = 'blackhole'); create view temp as select * from orderSourceNew; insert into orderSinkNew select order_id, order_id as order_copy, order_name from temp; insert into skuSinkNew select sku_id, sku_name from skuSourceNew;
Submit and stop this task immediately, and then visit devops -> job detail -> log, this exception will happen
No response
dev
The text was updated successfully, but these errors were encountered:
Hello @MactavishCui, this issue is about web, so I assign it to @Zzm0809. If you have any questions, you can comment and reply.
你好 @MactavishCui, 这个 issue 是关于 web 的,所以我把它分配给了 @Zzm0809。如有任何问题,可以评论回复。
Sorry, something went wrong.
Zzm0809
Successfully merging a pull request may close this issue.
Search before asking
What happened
Page location: #/devops/job-detail
What you expected to happen
Bug fix
How to reproduce
Create a flink sql task
Submit and stop this task immediately, and then visit devops -> job detail -> log, this exception will happen
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: