[
https://issues.apache.org/jira/browse/FLINK-20790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-20790:
-------------------------------------
Fix Version/s: 1.13.0
> Generated classes should not be put under src/ directory
> --------------------------------------------------------
>
> Key: FLINK-20790
> URL: https://issues.apache.org/jira/browse/FLINK-20790
> Project: Flink
> Issue Type: Bug
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Affects Versions: 1.13.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> The flink-parquet and flink-confluent-schema-registry modules generate
> classes and put them into the src/ directory.
> Standard convention is to put generated sources under
> target/generated-sources, which has the main advantage that they are deleted
> when doing a {{mvn clean}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)