Commits


Miles Granger authored and GitHub committed d8d0323fce2
ARROW-17697: [Python] Fix Cython warning in types.pxi (#14280) Will fix [ARROW-17697](https://issues.apache.org/jira/browse/ARROW-17697) - Turn warnings into errors - Change signature of DataType.field as others like `StructType.field` allowed taking `int` or `str`. Authored-by: Miles Granger <miles59923@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>