[
https://issues.apache.org/jira/browse/CALCITE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486334#comment-14486334
]
Nick Dimiduk commented on CALCITE-671:
--------------------------------------
If you want to spin it yourself, you can run the Phoenix IT with calcite
changes by grabbing https://github.com/ndimiduk/phoenix/tree/WIP-971-Avatica,
`mvn clean install -DskipTests`, `cd phoenix-server`, `mvn verify
-Dit.test=ThinClientQueryIT`.
The output I pasted above comes from
phoenix-server/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ThinClientQueryIT.xml
> ByteString does not deserialize properly as a FetchRequest parameterValue
> -------------------------------------------------------------------------
>
> Key: CALCITE-671
> URL: https://issues.apache.org/jira/browse/CALCITE-671
> Project: Calcite
> Issue Type: Bug
> Reporter: Nick Dimiduk
> Assignee: Julian Hyde
> Attachments: 671.patch
>
>
> I think the reason here is that FetchRequest#parameterValues is declared as a
> List<Object>, which Jackson interprets as a request to serialize as plain
> objects (see [Deserializing, other|http://wiki.fasterxml.com/JacksonFAQ]).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)