Commits


Matt Topol authored and GitHub committed 26149d9fab0
GH-38718: [Go][Format][Integration] Add StringView/BinaryView to Go implementation (#35769) ### Rationale for this change See #35628 for the rationale and description of the StringView/BinaryView array types. This change is adding Go as a second implementation of it. ### What changes are included in this PR? Add Array Types for `StringView` and `BinaryView` along with `StringViewType` and `BinaryViewType` and necessary enums and builders. These arrays can be round tripped through JSON and IPC. ### Are these changes tested? Yes, unit tests have been added and integration tests run * Closes: [#38718](https://github.com/apache/arrow/issues/38718) * Closes: #38718 Lead-authored-by: Matt Topol <zotthewizard@gmail.com> Co-authored-by: Alex Shcherbakov <candiduslynx@users.noreply.github.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>