[
https://issues.apache.org/jira/browse/CALCITE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095516#comment-16095516
]
Francis Chuang edited comment on CALCITE-1240 at 7/20/17 11:03 PM:
-------------------------------------------------------------------
For the dependencies:
Other than Go's standard library, the project also imports the following
dependencies directly:
https://github.com/Boostport/avatica/blob/master/Gopkg.toml
The imported dependencies also import further dependencies of their own. The
list of ALL dependencies used are in here:
https://github.com/Boostport/avatica/blob/master/Gopkg.lock
Dependencies under the golang.org/x/ namespace are part of the Go project but
are considered to be experimental.
was (Author: francischuang):
For the dependencies:
Other than Go's standard library, the project also imports the following
dependencies directly:
https://github.com/Boostport/avatica/blob/master/Gopkg.toml
The imported dependencies also imports further dependencies of their own. The
list of ALL dependencies used are in here:
https://github.com/Boostport/avatica/blob/master/Gopkg.lock
Dependencies under the golang.org/x/ namespace are part of the Go project but
are considered to be experimental.
> Avatica client written in Golang
> --------------------------------
>
> Key: CALCITE-1240
> URL: https://issues.apache.org/jira/browse/CALCITE-1240
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Julian Hyde
> Assignee: Julian Hyde
>
> Add a client for Avatica written in the Go language (aka "Golang").
> There is one at https://github.com/Boostport/avatica and the author has
> offered to contribute it.
> The driver is currently somewhat specialized for Phoenix but our goal should
> be to allow it to work against any Avatica provider (without diminishing its
> value to Phoenix users).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)