You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Lilian Maurel (Jira)" <ji...@apache.org> on 2022/11/10 16:05:00 UTC

[jira] [Created] (ARROW-18303) [GO] Missing tag for compute module

Lilian Maurel created ARROW-18303:
-------------------------------------

             Summary: [GO] Missing tag for compute module
                 Key: ARROW-18303
                 URL: https://issues.apache.org/jira/browse/ARROW-18303
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Go
    Affects Versions: 10.0.0
            Reporter: Lilian Maurel


Since https://issues.apache.org/jira/browse/ARROW-17456 compute is separate to a separate module.

 

import change to github.com/apache/arrow/go/v9/arrow/compute to github.com/apache/arrow/go/arrow/compute/v10

 

Tag go/arrow/compute/v10.0.0 must be create for go mod resolution

 

Also in go.mod

line module github.com/apache/arrow/go/v10/arrow/compute

must be change by module github.com/apache/arrow/go/arrow/compute/v10



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