[
https://issues.apache.org/jira/browse/CALCITE-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102450#comment-15102450
]
Julian Hyde edited comment on CALCITE-1021 at 1/15/16 8:56 PM:
---------------------------------------------------------------
Jackson 2.7.0 has just been released, but tests such as ModelTest give the
following error:
{code}com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
Unrecognized field "name" (class org.apache.calcite.model.JsonMapSchema), not
marked as ignorable{code} "name" exists, but is inherited from a base class.
Possibly a bug in Jackson. We should stick with 2.6.3 for now. Let's see if
it's fixed in 2.7.x.
was (Author: julianhyde):
Jackson 2.7.0 has just been released, but tests such as ModelTest give the
error {{com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
Unrecognized field "name" (class org.apache.calcite.model.JsonMapSchema), not
marked as ignorable}}. Possibly a bug in Jackson. We should stick with 2.6.3
for now. Let's see if it's fixed in 2.7.x.
> Upgrade Jackson
> ---------------
>
> Key: CALCITE-1021
> URL: https://issues.apache.org/jira/browse/CALCITE-1021
> Project: Calcite
> Issue Type: Bug
> Components: avatica, core
> Reporter: Julian Hyde
> Assignee: Julian Hyde
>
> Upgrade Jackson to latest stable (2.6.3); current is 2.1.1 (released 2012).
> Before fixing, make a list in this JIRA case of places that Jackson classes
> appear in Calcite public APIs.
> See [email
> thread|https://mail-archives.apache.org/mod_mbox/calcite-dev/201512.mbox/%3CCA%2BAsLaO%2BSgXg4he1ez7z05QeeDODraAoRd%3D6GfDU_oB2tMOYKw%40mail.gmail.com%3E].
> This issue is marked "avatica" because JSON is one of the message encodings
> uses by Avatica uses but also affects Calcite core.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)