hermanschaaf commented on issue #34790: URL: https://github.com/apache/arrow/issues/34790#issuecomment-1489889153
I am happy to submit a PR for this. Currently I', thinking it would go into a `diff.go` file inside `go/arrow/array`. The function signature would be `array.Diff(left, right arrow.Array) (string, error)`. An error would be returned if two arrays of different types are passed in, for example. (This is also not handled in the CPP version right now (see https://github.com/apache/arrow/blob/ddd0a337174e57cdc80b1ee30dc7e787acfc09f6/cpp/src/arrow/array/diff.cc#L113-L123) -- 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]
