Hi devs,

So it looks like I had some cruft (??) left over from a previous version of 
Flink?

The flink-staging directory no longer exists in master. Looks like apache-rat 
was configured to search everything from the top down, so it found these 
Avro-generated files in that directory.

Sorry for the noise…

— Ken

======================================================================================================



I was trying to run mvn clean install -DskipTests from the release-1.0.3-r2 
branch, but the apache-rat-plugin license check was failing on four files.

These were in all Avro-generated files, in 
flink-staging/flink-avro/src/test/java/org/apache/flink/api/io/avro/generated/

I added

                                                
<exclude>flink-staging/flink-avro/src/test/java/org/apache/flink/api/io/avro/generated/**</exclude>

to the <excludes> list for RAT, but I’m wondering why nobody else is hitting 
this.

Thanks,

— Ken

Reply via email to