Re: org.apache.flink.connector.jdbc.internal.JdbcBatchingOutputFormat class missing from Flink 1.14 ?

2021-12-21 Thread Tuomas Pystynen
pendencies have been upgraded to Flink 1.14. > Connector dependencies that still reference Flink 1.13 might cause issues. > > JdbcBatchingOutputFormat has been refactored in this PR: > > https://github.com/apache/flink/pull/16528 > > I hope this helps. > > Regards, >

org.apache.flink.connector.jdbc.internal.JdbcBatchingOutputFormat class missing from Flink 1.14 ?

2021-12-18 Thread Tuomas Pystynen
isc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 15 more After downgrading to Flink 1.13 the insert works fine. Has JdbcBatchingOutputFormat.java been removed by accident or purpose in 1.14 ? Regards, Tuomas Pystynen