Commits


Joris Van den Bossche authored and Antoine Pitrou committed 74deb4528d9
ARROW-15477: [C++][Python] Allow to create (FixedSize/Large)ListArray from arrays and type This enables to create a ListArray in this way with a custom type (eg non-default field name). Mimics the interface we already have for `MapArray::FromArrays` as well. Closes #12312 from jorisvandenbossche/ARROW-15477-list-from-arrays Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>