[
https://issues.apache.org/jira/browse/ARROW-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-9272.
---------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 7584
[https://github.com/apache/arrow/pull/7584]
> [C++][Python] Reduce complexity in python to arrow conversion
> -------------------------------------------------------------
>
> Key: ARROW-9272
> URL: https://issues.apache.org/jira/browse/ARROW-9272
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Python
> Reporter: Krisztian Szucs
> Assignee: Krisztian Szucs
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The original motivation for this patch was to reuse the same conversions path
> for both the scalars and arrays.
> In my recent patch the scalars are converted from a single element list to a
> single element array then copied out from it.
> On the long term we should convert them directly, perhaps with a more generic
> converter API, until that this patch aims to reduce code complexity without
> introducing any regressions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)