[
https://issues.apache.org/jira/browse/CALCITE-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971494#comment-15971494
]
Josh Elser edited comment on CALCITE-1050 at 4/17/17 6:57 PM:
--------------------------------------------------------------
bq. Will see if I can avoid forcing a Calcite code-change.
While some of the API/interface changes I made in Avatica were simplifications
(unused arguments in method signatures), I reverted the removals to make the
upgrade to avatica 1.10.0 less painful in Calcite.
There is one failing test out of the box ({{JdbcTest.testPreparedStatement}})
which expects a very specific exception message. Due to some unnecessary
method-calls (as alluded to in the above sentence), an Exception is triggered
in a different part of the code, and generates a different error message. I
think we should just change the test itself in this case.
was (Author: elserj):
bq. Will see if I can avoid forcing a Calcite code-change.
While some of the API/interface changes I made in Avatica were simplifications
(unused arguments in method signatures), I reverted the removals to make the
upgrade to avatica 1.10.0 less painful in Calcite.
There is one failing test out of the box ({{JdbcTest.testPreparedStatement}}
which expects a very specific exception message. Due to some unnecessary
method-calls (as alluded to in the above sentence), an Exception is triggered
in a different part of the code, and generates a different error message. I
think we should just change the test itself in this case.
> 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)