Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
0.16.0
-
None
-
None
Description
ChunkedArray has constraints on type uniformity of chunks which are currently only expressed in comments. At minimum debug checks should be added to ensure (for example) that an explicit type is shared by all chunks, at best the public constructor should be replaced with Result<std::shared_ptr<ChunkedArray>> ChunkedArray::Make(...).
Attachments
Issue Links
- relates to
-
ARROW-15194 [C++] Combine ChunkedArray constructors
- Resolved