Re: Help with pom dependencies for Flink with Table

2022-03-04 Thread Jing Ge
You are very welcome. Thanks for the feedback, I am glad to know that your issue is solved. Best regards, Jing On Thu, Mar 3, 2022 at 6:13 PM Adesh Dsilva wrote: > Hi > > Thank you very much for your reply. > > A complete reset with a fresh pom fixed this. > Like you said I think I had messed u

Re: Help with pom dependencies for Flink with Table

2022-03-03 Thread Adesh Dsilva
Hi Thank you very much for your reply. A complete reset with a fresh pom fixed this. Like you said I think I had messed up some dependencies On Wed, 2 Mar 2022, 21:49 Jing Ge, wrote: > Hi Adesh, > > have you tried building your project with a clean classpath, i.e. mvn clean > ...? Additionally

Re: Help with pom dependencies for Flink with Table

2022-03-02 Thread Jing Ge
Hi Adesh, have you tried building your project with a clean classpath, i.e. mvn clean ...? Additionally, you could also try deleting org/apache/flink from your local .m2 repository to have an even cleaner repo. It looks like a BulkReaderFormatFactory from the current master branch [1] has been ref