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
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
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
Hi
I am struggling to run my test Flink project with Table API
I am trying to run a simple piece of code:
final StreamExecutionEnvironment env =
StreamExecutionEnvironment.getExecutionEnvironment();
env.setRuntimeMode(RuntimeExecutionMode.BATCH);
StreamTableEnvironment tableEnv = StreamTableEn