[
https://issues.apache.org/jira/browse/ARROW-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443755#comment-16443755
]
Krisztian Szucs commented on ARROW-2475:
----------------------------------------
I'm not sure that I can distinguish between `array` and `array structure`.
Is an `array structure` is a `structure which contains multiple arrays` (like
ChunkedArray)?
As opposed to allocating very large contiguous memory blocks `in a single
array` (but not array structure)?
> [SPEC] Confusing array length description
> -----------------------------------------
>
> Key: ARROW-2475
> URL: https://issues.apache.org/jira/browse/ARROW-2475
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Reporter: Krisztian Szucs
> Priority: Trivial
>
> "To encourage developers to compose smaller arrays (each of which contains
> contiguous memory in its leaf nodes) to create larger array structures
> possibly exceeding 2^31 - 1 elements, as opposed to allocating very large
> contiguous memory blocks."
> I think it could use a little more verbose explanation: `to compose smaller
> arrays to create larger array structures`
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)