Help me Codec not found for requested operation: [TEXT <-> java.util.List<java.lang.Object>]\
Shahnurhon opened this issue · comments
topic
{
"id": "f0e5b61c-5341-4f80-8f0b-fac60521d5ae",
"name": "text",
"flg": true,
"createdTS": "newtime",
"systems_sids": [
{
"sid": [],
"system": "s1"
},
{
"sid":[],
"system": "s2"
},
{
"sid": [],
"system": "s3"
},
{
"sid": [],
"system": "s4"
},
{
"sid": [],
"system": "s5"
},
{
"sid": [],
"system": "s6"
}
],
}
table ddl
CREATE TABLE kafka_test.ustime (
id text primary key,
name text,
flg boolean,
createdTS text,
systems_sids LIST,
)
I write data without a schema, I create tables manually. but it seems that Kaffka Connect does not allow me to write down the system sids field. Help me correctly generate the DDL for the database, I can send you the entire error log