Francis Chuang created CALCITE-6339:
---------------------------------------

             Summary: Replace hashicorp/go-uuid with google/uuid
                 Key: CALCITE-6339
                 URL: https://issues.apache.org/jira/browse/CALCITE-6339
             Project: Calcite
          Issue Type: Task
          Components: avatica-go
            Reporter: Francis Chuang
            Assignee: Francis Chuang
             Fix For: avatica-go-5.4.0


The hashicorp/uuid library generates strings that look like uuids but are 
purely random. It is also not as popular or as active as the google/uuid 
library.

The google/uuid library generates real uuids that are RFC compliant. The 
library is also more popular and actively maintained.

These ids are used to generate connection ids, so whether they are RFC 
compliant or not is inconsequential, however, it is a good idea to generate 
compliant uuids if downstream users behind avatica expects correct and 
compliant uuids.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to