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)

Reply via email to