Chesnay Schepler created FLINK-28624: ----------------------------------------
Summary: CsvReaderFormat should accept CsvMapper factory Key: FLINK-28624 URL: https://issues.apache.org/jira/browse/FLINK-28624 Project: Flink Issue Type: Improvement Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) Reporter: Chesnay Schepler Fix For: 1.16.0, 1.15.2 The CsvReaderFormat allows the user to pass a {{CsvMapper}} via the factory methods. This is a flawed approach because we generally cannot assume that the mapper is actually serializable. For example adding the JavaTimeModule breaks serialization because it internally uses theĀ DateTimeFormatter. -- This message was sent by Atlassian Jira (v8.20.10#820010)