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

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

    [ https://issues.apache.org/jira/browse/CALCITE-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514640#comment-16514640 ] 

ASF GitHub Bot commented on CALCITE-2367:
-----------------------------------------

Github user kenshaw commented on the issue:

    https://github.com/apache/calcite-avatica-go/pull/24
  
    Updated, see: https://issues.apache.org/jira/browse/CALCITE-2367


> 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)