[
https://issues.apache.org/jira/browse/CALCITE-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15094672#comment-15094672
]
Josh Elser commented on CALCITE-1050:
-------------------------------------
Thanks for writing this up [~lukaslalinsky]. This is a great example. I see
what you mean now.
On the "query results" side of things, we have {{Frame}} which which contains a
{{List<Object>}} of {{rows}}. For an array, the element in the {{rows}} would
be a {{List}} itself, which triggers it. I'm guessing that it was just missing
on this side.
Let me start by writing some tests to work through this. Thanks again for the
bug report.
> Avatica can't serialize java.sql.Array
> --------------------------------------
>
> Key: CALCITE-1050
> URL: https://issues.apache.org/jira/browse/CALCITE-1050
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Affects Versions: 1.5.0
> Reporter: Lukas Lalinsky
> Assignee: Josh Elser
>
> As far as I can see, there is no way to serialize arrays in the Avatica RPC.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)