Hi, I'm trying to build Flink from source. I'm using Maven 3.6.1 and executing the following command:
mvn clean install -DskipTests -Dfast -Dscala-2.12 Running both on the master branch and the release-1.9.0 tag, I get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-streaming-java_2.12: Compilation failure [ERROR] /Users/yuval.itzchakov/oss/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:[53,10] cannot find symbol [ERROR] symbol: class Overrides [ERROR] location: class org.apache.flink.streaming.api.operators.StreamSink<IN> Has anyone run into this problem? -- Best Regards, Yuval Itzchakov.