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

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

Kenneth Shaw created CALCITE-2367:
-------------------------------------

             Summary: 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
            Reporter: Kenneth Shaw
            Assignee: Julian Hyde


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)