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 2022/07/21 09:16:00 UTC

[jira] [Created] (FLINK-28621) Register JavaTimeModule in all internal object mappers

Chesnay Schepler created FLINK-28621:
----------------------------------------

             Summary: Register JavaTimeModule in all internal object mappers
                 Key: FLINK-28621
                 URL: https://issues.apache.org/jira/browse/FLINK-28621
             Project: Flink
          Issue Type: Improvement
          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
            Reporter: Chesnay Schepler
             Fix For: 1.16.0, 1.15.2


In FLINK-25588 we extended flink-shaded-jackson to also bundle the jackson extensions for handling Java 8 time classes, but barely any of the internal object mappers were adjusted to register said module.

As a result it is for example not possible to read an Instant from a CSV with the CsvReaderFormat.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)