-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.13.0
-
Component/s: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
-
Labels:
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.
- causes
-
FLINK-20841 Fix compile error due to duplicated generated files
-
- Closed
-
- links to