You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
arrow-adbc/go/adbc/go.mod
Line 56 in e8af6a8
whereas arrow go now has package name arrow-go
https://github.com/apache/arrow-go/blob/8e2553add564f86b5c5d9b96f6a29883af649e7a/go.mod#L17
Stack Trace
Example error:
How can we reproduce the bug?
Upgrade to arrow-go v18 with a program that uses go adbc
Environment/Setup
Linux
The text was updated successfully, but these errors were encountered: