[
https://issues.apache.org/jira/browse/ARROW-15194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li resolved ARROW-15194.
------------------------------
Resolution: Fixed
Issue resolved by pull request 12036
[https://github.com/apache/arrow/pull/12036]
> [C++] Combine ChunkedArray constructors
> ---------------------------------------
>
> Key: ARROW-15194
> URL: https://issues.apache.org/jira/browse/ARROW-15194
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Eduardo Ponce
> Assignee: Eduardo Ponce
> Priority: Minor
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Time Spent: 4h
> Remaining Estimate: 0h
>
> ChunkedArray constructors are inconsistent wrt to validating if input is
> empty and has an omitted type. The constructors can be merged into a single
> one via function overloading and include such validation. Constructors do not
> validate same type chunks for performance reasons, but this validation is
> performed via {{ChunkedArray::Make()}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)