You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…mplementation (#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](#38718)
* Closes: #38718
Lead-authored-by: Matt Topol <[email protected]>
Co-authored-by: Alex Shcherbakov <[email protected]>
Signed-off-by: Benjamin Kietzman <[email protected]>
…o Go implementation (apache#35769)
### Rationale for this change
See apache#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: [apache#38718](apache#38718)
* Closes: apache#38718
Lead-authored-by: Matt Topol <[email protected]>
Co-authored-by: Alex Shcherbakov <[email protected]>
Signed-off-by: Benjamin Kietzman <[email protected]>
kou
pushed a commit
to apache/arrow-go
that referenced
this issue
Aug 30, 2024
…mplementation (#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](apache/arrow#38718)
* Closes: #38718
Lead-authored-by: Matt Topol <[email protected]>
Co-authored-by: Alex Shcherbakov <[email protected]>
Signed-off-by: Benjamin Kietzman <[email protected]>
Describe the enhancement requested
Utf8View was added to the format in
#35627 and c++ support added in #37792
Component(s)
Go, Integration
The text was updated successfully, but these errors were encountered: