Chesnay Schepler created FLINK-20790:
----------------------------------------
Summary: 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
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)