[
https://issues.apache.org/jira/browse/CALCITE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Lalinsky closed CALCITE-781.
----------------------------------
Resolution: Duplicate
So this looks like a duplicate of CALCITE-671 and the problem is that Phoenix
4.4 is built with Calcite 1.2, not the latest version.
> Binary data handling in Avatica
> -------------------------------
>
> Key: CALCITE-781
> URL: https://issues.apache.org/jira/browse/CALCITE-781
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Lukas Lalinsky
> Assignee: Nick Dimiduk
>
> This might be actually a Phoenix problem. If that's the case, please move the
> ticket.
> When I try to insert a value into a BINARY(n) column, the server accepts only
> raw un-encoded data in input parameter (which means I can't send arbitrary
> binary data) and always returns base64-encoded data. It would be best to use
> the same encoding on both input and output, and given that JSON strings just
> can't handle binary data, base64 seems like the best solution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)