[
https://issues.apache.org/jira/browse/CALCITE-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118436#comment-16118436
]
Josh Elser commented on CALCITE-1240:
-------------------------------------
[~francischuang], I pushed an initial commit that adds a basic LICENSE and
NOTICE file to the repository.
You should be able to create a fork from the apache/calcite-avatica-go
repository now. You can create a pull-request, but you would still need to
commit it via the canonical repository
https://git-wip-us.apache.org/repos/asf/calcite-avatica-go.git
Typically what I have is multiple remotes set up for a git repository:
* Origin points to the canonical ASF repository
* {{joshelser}} points to my GH fork of the repository on the {{apache}} org on
Github
So, you can {{git-fetch}} your changes from your personal GH, merge it into
{{master}} locally, and then push it to {{origin}} (canonical ASF repo).
> 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)