Commits

Matthew Topol authored f89c9ae2d69
ARROW-5598: [Go] Rename array.Array{,Approx}Equal to array.{,Approx}Equal Also renames `ArraySliceEqual` and `ArraySliceApproxEqual` to `SliceEqual` and `SliceApproxEqual` accordingly. Leaves the original names existing with deprecation messages that will show up in the documentation so that consumers aren't negatively effected. The deprecated versions can be removed for v9. Closes #12877 from zeroshade/arrow-5598-array-equal Authored-by: Matthew Topol <mtopol@factset.com> Signed-off-by: Matthew Topol <mtopol@factset.com>