Re: Writing ARRAY type through JDBC:PostgreSQL

2021-04-30 Thread fgahan
Hi Timo, I´m attaching the stacktrace. I did try the array syntax with a few different options (string, varchar, character varying..) and they all end up with the same error. thanks... Federico flink_stacktrace.log

Writing ARRAY type through JDBC:PostgreSQL

2021-04-30 Thread fgahan
Hi, I´trying to write to a postgres table but the job fails on a column of type varchar[]. I get the following error: Caused by: java.lang.IllegalStateException: Writing ARRAY type is not yet supported in JDBC:PostgreSQL. After getting data from a kafka topic, my code looks like this: tableE