Cheskel Twersky

Results 17 comments of Cheskel Twersky

the error is Error [ERR_STREAM_WRITE_AFTER_END]: write after end

im seeing this error: INFO 2024-05-29T14:39:51.163593458Z java.lang.IllegalArgumentException: DESCRIBE TABLE is never supposed to return Nested type. It should always yield its Array fields directly. at com.clickhouse.kafka.connect.sink.db.mapping.Column.extractColumn(Column.java:204) at com.clickhouse.kafka.connect.sink.db.mapping.Column.extractColumn(Column.java:159) at com.clickhouse.kafka.connect.sink.db.mapping.Column.extractColumn(Column.java:155)...

heres the debug log: ```text Extracting column business_units with type Nested(bu_id String, name Nullable(String), currency Nullable(String), status String, timezone Nullable(String), tw_account_id Nullable(String), integration_ids Array(Nullable(String)), created_at Nullable(DateTime), updated_at Nullable(DateTime)) (com.clickhouse.kafka.connect.sink.db.mapping.Column) [task-thread-sonic-clickhouse-0]...

note, this column is not from the table i intend to write to, but because its in the database that i set, it seems like to connector is fetching it....

im assuming #64 fixes your issue

whats the difference between this and #4365? or is it the same?