You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Francis Chuang (JIRA)" <ji...@apache.org> on 2018/06/16 02:58:00 UTC

[jira] [Resolved] (CALCITE-2367) Change UUID dependency in Go driver

     [ https://issues.apache.org/jira/browse/CALCITE-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis Chuang resolved CALCITE-2367.
-------------------------------------
    Resolution: Fixed

> Change UUID dependency in Go driver
> -----------------------------------
>
>                 Key: CALCITE-2367
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2367
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica-go
>    Affects Versions: avatica-go-3.0.0
>            Reporter: Kenneth Shaw
>            Assignee: Francis Chuang
>            Priority: Minor
>             Fix For: avatica-go-3.1.0
>
>
> The UUID dependency (github.com/satori/go.uuid) currently used in the Go Avatica driver has made breaking API changes, and has not released a new version yet.
> This is causing problems with standard go get / vgo builds when the driver is used in other Go applications that have a dependency with a different version of the satori UUID package.
> Additionally, the driver already has a UUID package (github.com/hashicorp/go-uuid) dependency from the use of the gokrb package.
> As such, the satori UUID dependency should be changed to the hashicorp UUID package, to: 1) reduce the total number of third-party dependencies, and 2) fix compatibility issues with go get / vgo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)