You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/22 00:10:41 UTC

[jira] [Created] (ARROW-679) [Format] Change RecordBatch and Field length members from int to long

Wes McKinney created ARROW-679:
----------------------------------

             Summary: [Format] Change RecordBatch and Field length members from int to long
                 Key: ARROW-679
                 URL: https://issues.apache.org/jira/browse/ARROW-679
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Format
            Reporter: Wes McKinney


This is based on the discussion in https://github.com/apache/arrow/pull/404 for ARROW-661. 

The idea is that the C++ implementation will not permit lengths over INT32_MAX by default (you will still need to use an extra option), but we will permit them in the serialized metadata. Arrow implementations shall not be required to support "large" fields.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)