qinbo78 commented on issue #9908:
URL: https://github.com/apache/seatunnel/issues/9908#issuecomment-3350738229
> It might be that you haven't built a catalog with a primary key in your
DynamicCompile
like this ?
sink {
Doris {
schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST"
data_save_mode="DROP_DATA"
primary_keys = ["id"]
doris.config {
format = "json"
read_json_by_line = "true"
}
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]