This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 01e76ba69f GH-34165: [Python] Extension array data type should default
to the storage type if to_pandas_dtype is not implemented (#34559)
add 0484a21cc4 GH-34790: [Go]: Add array.Diff() (#34806)
No new revisions were added by this update.
Summary of changes:
go/arrow/array/diff.go | 251 ++++++++++++++++++++++++
go/arrow/array/diff_test.go | 464 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 715 insertions(+)
create mode 100644 go/arrow/array/diff.go
create mode 100644 go/arrow/array/diff_test.go