You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "hermanschaaf (via GitHub)" <gi...@apache.org> on 2023/03/30 08:18:22 UTC

[GitHub] [arrow] hermanschaaf commented on issue #34790: [Go] Support Array Diff

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org