GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica-go/pull/4
Upstream gokrb5 api breaks
There were some breaking API changes in the latest version of gokrb5. This
PR contains the required changes to use the latest gokrb5 1.2.0.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Boostport/calcite-avatica-go
upstream-gokrb5-api-breaks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica-go/pull/4.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 #4
----
commit 525adb59b4273ba3be73f1422bdeffb4e3a09cda
Author: Francis Chuang <[email protected]>
Date: 2017-10-18T02:00:24Z
Update dependencies
commit 10d28d404084faf293a4032975c25f54f9cb8be0
Author: Francis Chuang <[email protected]>
Date: 2017-10-18T02:15:53Z
Bump go and phoenix versions
commit edab32cb4ce193327c368c54d752e90c93465449
Author: Francis Chuang <[email protected]>
Date: 2017-10-18T02:17:05Z
Get session from realm and pass it to EnableAutoSessionRenewal() as
required in gokrb5 1.2.0
----
---