You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by F21 <gi...@git.apache.org> on 2017/10/17 00:13:09 UTC

[GitHub] calcite-avatica-go pull request #3: Pulling fix from upstream: fix import pa...

GitHub user F21 opened a pull request:

    https://github.com/apache/calcite-avatica-go/pull/3

    Pulling fix from upstream: fix import path for gokrb5 and a few housekeeping changes

    A number of fixes, as itemized:
    
    - Change import paths for github.com/jcmturner/gokrb5/* -> gopkg.in/jcmturner/gokrb5.v1/*
    - Update Gopkg.lock accordingly
    - Adding line end to files missing them
    - Reorder import list on class_mappings.go
    - Fix gen-protobuf.sh script and permissions
    - Generate latest message/*.pb.go files

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Boostport/calcite-avatica-go upstream-fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/calcite-avatica-go/pull/3.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 #3
    
----
commit 2c4130252260a6667288673e42f0a5dfe8e6c406
Author: Kenneth Shaw <ke...@gmail.com>
Date:   2017-10-16T04:14:56Z

    A number of fixes, as itemized:
    
    - Change import paths for github.com/jcmturner/gokrb5/* -> gopkg.in/jcmturner/gokrb5.v1/*
    - Update Gopkg.lock accordingly
    - Adding line end to files missing them
    - Reorder import list on class_mappings.go
    - Fix gen-protobuf.sh script and permissions
    - Generate latest message/*.pb.go files

----


---

[GitHub] calcite-avatica-go pull request #3: Pulling fix from upstream: fix import pa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/calcite-avatica-go/pull/3


---