You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/01/04 10:27:00 UTC

[jira] [Reopened] (FLINK-20790) Generated classes should not be put under src/ directory

     [ https://issues.apache.org/jira/browse/FLINK-20790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler reopened FLINK-20790:
--------------------------------------

Backporting to 1.12/1.11 to reduce developer friction.

> 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: Improvement
>          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)