[
https://issues.apache.org/jira/browse/ARROW-18303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou reassigned ARROW-18303:
------------------------------------
Assignee: Matthew Topol
> [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
> Assignee: Matthew Topol
> Priority: Major
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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)