[
https://issues.apache.org/jira/browse/FLINK-20448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Li updated FLINK-20448:
---------------------------
Description: We generate avro classes for testing in some modules like
{{flink-avro}} and {{flink-parquet}}. The generated classes are put into
"/src/test/java/" (ignored by git), which means {{mvn clean}} doesn't force a
re-generation. This can cause problems if, for example, we change the avro
version, because the new build would still use the generated classes from
previous build.
> Obsolete generated avro classes
> -------------------------------
>
> Key: FLINK-20448
> URL: https://issues.apache.org/jira/browse/FLINK-20448
> Project: Flink
> Issue Type: Test
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Reporter: Rui Li
> Priority: Major
>
> We generate avro classes for testing in some modules like {{flink-avro}} and
> {{flink-parquet}}. The generated classes are put into "/src/test/java/"
> (ignored by git), which means {{mvn clean}} doesn't force a re-generation.
> This can cause problems if, for example, we change the avro version, because
> the new build would still use the generated classes from previous build.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)