Re: Shading in flink-table-blink and upgrade compatibility issue

2021-10-28 Thread Thomas Weise
Hi Timo, Thanks for the reply, I filed https://issues.apache.org/jira/browse/FLINK-24687 The file connector dependency is via flink-table-common and there are main source references (see below). Thomas [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile

Re: Shading in flink-table-blink and upgrade compatibility issue

2021-10-26 Thread Timo Walther
Hi Thomas, thanks for your feedback. The error that you are experiencing is definitely a bug in 1.13.3 and the missing method should be reintroduced in the next patch version to make code compiled against older patch versions run again. Regarding the discussion points: I agree that flink-ta

Shading in flink-table-blink and upgrade compatibility issue

2021-10-22 Thread Thomas Weise
Hi, As part of upgrading to Flink 1.13.3 from 1.13.2 we run into the following problem with KafkaSource (Flink distribution is 1.13.2 and the application was built with 1.13.3): java.lang.NoSuchMethodError: 'void org.apache.flink.connector.base.source.reader.fetcher.SingleThreadFetcherManager.(or