[
https://issues.apache.org/jira/browse/CALCITE-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952410#comment-15952410
]
ASF GitHub Bot commented on CALCITE-1050:
-----------------------------------------
GitHub user joshelser opened a pull request:
https://github.com/apache/calcite-avatica/pull/2
CALCITE-1050 Array support
Tested against HSQLDB, Postgres, and Apache Phoenix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/calcite-avatica 1050-arrays
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/2.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2
----
commit 34d1016ea23492abb1e879cd3f560741e69338bc
Author: Josh Elser <[email protected]>
Date: 2016-01-12T21:40:18Z
[CALCITE-1050] Array support for Avatica
As best as possible, works around the limitations of JDBC's
Array class to handle arbitrarily nested Arrays. Nested-array
support differs from DB to DB, so functionality is primarily
driven from structure, rather than metadata.
commit 1097142106478605741dff77063a59bbd5f50909
Author: Josh Elser <[email protected]>
Date: 2017-03-30T20:34:33Z
Further cleanup
* Remove dead code
* Remove Compiler warnings
* Clarify some comments
----
> 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
> Fix For: avatica-1.10.0
>
>
> 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.15#6346)