Can not sink with empty Array #456
Unanswered
phongbui81062
asked this question in
Q&A
Replies: 1 comment
-
Hi @phongbui81062 just curious, could you try setting the column type to Nullable? It's an interesting problem though - if you had a sample of data, that would help reproduce it as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have this case and I don't know what is the problem.
I create kafka connect sink, which reads data from CDC (Postgres) with Avro format. I have a MergeTree table for sink data like this
My kafka connect config:
It seemly works with all of types, but when I'm testing with
Array(String)
,kafka connect can not sink empty array into ClickHouse table and throw error like this.Can you help me to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions