hsight opened a new issue, #2290: URL: https://github.com/apache/arrow-adbc/issues/2290
### What happened? Using v18.0.0 release its not possible to use arrow adbc go as it is still using the previous package v15 release https://github.com/apache/arrow-adbc/blob/e8af6a809929f18a08c92c5ea358438d9773dfd6/go/adbc/go.mod#L56 whereas arrow go now has package name arrow-go https://github.com/apache/arrow-go/blob/8e2553add564f86b5c5d9b96f6a29883af649e7a/go.mod#L17 ### Stack Trace Example error: ``` cannot use arrayReader (variable of type "github.com/apache/arrow/go/v18/arrow/array".RecordReader) as "github.com/apache/arrow-go/v18/arrow/array".RecordReader value in argument to arrow.NewRecordReaderWithReleaser: "github.com/apache/arrow/go/v18/arrow/array".RecordReader does not implement "github.com/apache/arrow-go/v18/arrow/array".RecordReader (wrong type for method Record) have Record() "github.com/apache/arrow/go/v18/arrow".Record want Record() "github.com/apache/arrow-go/v18/arrow".Record ``` ### How can we reproduce the bug? Upgrade to arrow-go v18 with a program that uses go adbc ### Environment/Setup Linux -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org