jorisvandenbossche commented on code in PR #36846:
URL: https://github.com/apache/arrow/pull/36846#discussion_r1341538386
##########
python/pyarrow/types.pxi:
##########
@@ -3174,6 +3216,9 @@ def unify_schemas(schemas):
----------
schemas : list of Schema
Schemas to merge into a single one.
+ options : FieldMergeOptions or string, optional
+ Options for merging fields with the same name (which type to promote
to).
+ When passing in a string, it should be default or permissive
Review Comment:
```suggestion
When passing in a string, it should be "default" or "permissive".
```
--
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]