Hello Chesnay, thank you that fixed the issue.
On 2021/10/20 18:58:17, Chesnay Schepler <[email protected]> wrote: > What you're lacking are generated files. Run mvn generate-sources (or > mvn clean install) on the command-line. > > On 20/10/2021 20:22, Saad Ur Rahman wrote: > > Hello everyone, > > > > I am trying to set up IntelliJ IDEA so that I can start contributing but I > > am running into the following error: > > > > flink/flink-end-to-end-tests/flink-datastream-allround-test/src/main/java/org/apache/flink/streaming/tests/DataStreamAllroundTestProgram.java:34:45 > > > > java: package org.apache.flink.streaming.tests.avro does not exist > > > > I have followed the instructions here: > > https://ci.apache.org/projects/flink/flink-docs-master/docs/flinkdev/ide_setup/ > > > > I have also tried to invalidate the cache and rebuild the project. I also > > tried to download the source through the Maven panel to no avail: > > Flink : Tests > > Flink : Formats : Avro > > > > > > Thanks, > > /Saad > > >
