Commits

Wes McKinney authored e39e36441b9
ARROW-3545: [C++/Python] Use "field" terminology with StructType, specify behavior with duplicate field names Author: Wes McKinney <wesm+git@apache.org> Closes #3220 from wesm/ARROW-3545 and squashes the following commits: dc212e61c <Wes McKinney> Fix more deprecated API uses 16e198473 <Wes McKinney> Remove field_by_name/field APIs from Python bindings, cdef only 3c4abed05 <Wes McKinney> Fix use of deprecated APIs 2eecdbf57 <Wes McKinney> Rename GetChildIndex, GetChildByName for better semantic consistency. Define behavior of these functions when there are duplicate field names. Reflect changes in Python