amoeba opened a new pull request, #44512: URL: https://github.com/apache/arrow/pull/44512
### Rationale for this change PyArrow supports a set of type aliases, e.g., "string" aliases to pa.string() and these type aliases are triggered in calls to `pa.field` and `pa.schema`. Prior to this change, these aren't documented. Note: I didn't think we wanted to deprecate these but if any reviewers want to discuss that let me know. The R package doesn't support a similar aliasing mechanism. ### What changes are included in this PR? Updates to docs. One regression test. ### Are these changes tested? Yes. ### Are there any user-facing changes? Better docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
