zeroshade commented on issue #552: URL: https://github.com/apache/arrow-go/issues/552#issuecomment-3458239997
It would be great if you took a stab at this! Are you looking to try to just add the context to the error message? Or implementing the conversion of a chunked array to a single, non-chunked one? For adding the context, you can just use `fmt.Errorf`. For doing the conversion of multiple chunks into a single array there's a [Concatenate](https://pkg.go.dev/github.com/apache/arrow-go/v18/arrow/array#Concatenate) function you can use -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
