viirya commented on pull request #17582: URL: https://github.com/apache/flink/pull/17582#issuecomment-995275934
I got the following compilation error when running `mvn clean install -DskipTests -Dfast`: ``` [ERROR] /Users/viirya/repos/flink/flink-end-to-end-tests/flink-datastream-allround-test/target/generated-sources/org/apache/flink/streaming/tests/avro/ComplexPayloadAvro.java:[16,8] duplicate class: org.apache.flink.streaming.tests.avro.ComplexPayloadAvro [ERROR] /Users/viirya/repos/flink/flink-end-to-end-tests/flink-datastream-allround-test/target/generated-sources/org/apache/flink/streaming/tests/avro/InnerPayLoadAvro.java:[16,8] duplicate class: org.apache.flink.streaming.tests.avro.InnerPayLoadAvro ``` Actually I encountered a few weird issues when building/compiling Flink project during the development like this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
