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:20:00 UTC

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

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

Chesnay Schepler updated FLINK-28621:
-------------------------------------
    Description: 
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.

We can improve the user experience by always registering this module.

 

  was:
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.


> 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
>            Assignee: Chesnay Schepler
>            Priority: Major
>             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.
> We can improve the user experience by always registering this module.
>  



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