You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Matthew Topol (Jira)" <ji...@apache.org> on 2022/09/07 18:50:00 UTC

[jira] [Created] (ARROW-17646) [Go][CI] Switch C Data to use cgo.Handle (bumps to Go1.17)

Matthew Topol created ARROW-17646:
-------------------------------------

             Summary: [Go][CI] Switch C Data to use cgo.Handle (bumps to Go1.17)
                 Key: ARROW-17646
                 URL: https://issues.apache.org/jira/browse/ARROW-17646
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration, Go
            Reporter: Matthew Topol


Requires bumping our minimum Go version to 1.17, since we're keeping with the N-2 cycle of Go and go1.19 was released a few months ago, bumping to 1.17 is safe.

This then allows us to remove the custom backported version of cgo.Handle for the C Data interfaces and use `runtime/cgo`'s Handle



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