You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
[Bug] 发布任务时爆java.lang.NoClassDefFoundError: org/apache/flink/table/planner/delegation/ParserImpl
[Bug] java.lang.NoClassDefFoundError occurred when publishing a task: org/apache/flink/table/planner/delegation/ParserImpl
Feb 26, 2024
Search before asking
What happened
刚部署dinky1.0rc4版本
部署任务:
`--创建源表 source
CREATE TABLE source(
id BIGINT,
name STRING
) WITH (
'connector' = 'datagen'
);
--创建结果表 sink
CREATE TABLE sink(
id BIGINT,
name STRING
) WITH (
'connector' = 'print'
);
--将源表数据插入到结果表
INSERT INTO sink
SELECT
id ,
name
from source;
`
失败情况:
What you expected to happen
代码出bug了
How to reproduce
按照上面的步骤,创建空的dinky1.0rc4,使用flink1.71。
Anything else
No response
Version
1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: