Commits


Antoine Pitrou authored and David Li committed 23a2faab44b
ARROW-6072: [C++] Implement casting List <-> LargeList Implement casts between `List<T>` and `LargeList<U>` assuming T and U can be cast to each other. Closes #10804 from pitrou/ARROW-6072-cast-list Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: David Li <li.davidm96@gmail.com>