Hello Flink Community, I was encountering some unit test failure in the flink-avro sub-module when I tried to pull down the master branch and build.
Here is the command I ran: mvn clean package -pl flink-formats/flink-avro Here is the test that fails: https://github.com/apache/flink/blob/master/flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/AvroRowDeSerializationSchemaTest.java#L178 Here is the exception that was thrown: [ERROR] org.apache.flink.formats.avro.AvroRowDeSerializationSchemaTest.testGenericDeserializeSeveralTimes Time elapsed: 0.008 s <<< ERROR! java.io.IOException: Failed to deserialize Avro record. ... Here is the latest commit of the HEAD I pulled: commit c5430e2e5d4eeb0aba14ce3ea8401747afe0182d (HEAD -> master, oss/master) Can someone confirm this is indeed a problem on the master branch? If yes, any suggestions on fixing it? Thank you, Haizhou Zhao