Krisztian Szucs created ARROW-9272:
--------------------------------------
Summary: [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
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)