You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Richard (Jira)" <ji...@apache.org> on 2020/03/26 03:44:00 UTC

[jira] [Created] (ARROW-8226) [Go] Add binary builder that uses 64 bit offsets and make binary builders resettable

Richard created ARROW-8226:
------------------------------

             Summary: [Go] Add binary builder that uses 64 bit offsets and make binary builders resettable
                 Key: ARROW-8226
                 URL: https://issues.apache.org/jira/browse/ARROW-8226
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Go
            Reporter: Richard


I ran into some overflow issues with the existing 32 bit binary builder. My changes add a new binary builder that uses 64-bit offsets + tests.

I also added a panic for when the 32-bit offset binary builder overflows.

Finally I made both binary builders resettable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)