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
在flinksql定义中如果源和目标没写 PRIMARY KEY,在insert 目标表时候出现如下错误
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.TableException: UpsertStreamTableSink requires that Table has a full primary keys if it is updated
flink cdc版本2.0,flink版本1.13.2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
在flinksql定义中如果源和目标没写 PRIMARY KEY,在insert 目标表时候出现如下错误
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.TableException: UpsertStreamTableSink requires that Table has a full primary keys if it is updated
flink cdc版本2.0,flink版本1.13.2
.
Beta Was this translation helpful? Give feedback.
All reactions