[
https://issues.apache.org/jira/browse/CALCITE-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved CALCITE-1399.
---------------------------------
Resolution: Fixed
Resolved in
https://git1-us-west.apache.org/repos/asf?p=calcite.git;a=commit;h=c9ec5c88dd46e2c49ec3137d835b086708fbc4d6
> SerializationConverter in HsqldbServer needs to be public
> ---------------------------------------------------------
>
> Key: CALCITE-1399
> URL: https://issues.apache.org/jira/browse/CALCITE-1399
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Affects Versions: avatica-1.8.0
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Trivial
> Fix For: avatica-1.9.0
>
>
> The standalone Avatica server built using HSQLDB has an {{IStringConverter}}
> implementation for controlling what Avatica serialization method (JSON or
> PROTOBUF) is used.
> But, this StringConverter class is private which breaks jcommander as it
> cannot access the class and instantiate it.
> Need to make it public.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)