laurentgo opened a new pull request #12028: URL: https://github.com/apache/arrow/pull/12028
Jackson 2.12 does not enable by default (de)serializers for Java Date/Time java.time.* classes and require the jsr310 module to be added to the object mapper. The absence of this module causes vector module to stop working with newer versions of Jackson. Address this by adding a ObjectMapper factory class which register the jsr310 module with the objectmapper used by vector classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
