jorisvandenbossche commented on code in PR #36846:
URL: https://github.com/apache/arrow/pull/36846#discussion_r1336807999
##########
python/pyarrow/types.pxi:
##########
@@ -3173,6 +3215,9 @@ def unify_schemas(schemas):
----------
schemas : list of Schema
Schemas to merge into a single one.
+ options : FieldMergeOptions or string, optional
Review Comment:
Yes, but for the cast example, it are the CastOptions passed to the cast
kernel. While here we have options for promoting types that is not tied to a
specific function (i.e. it's used both in unify_schema, concat_tables, and
potentially others)
(eg also on the C++ side Cast just has `options`, while UnifySchemas takes
`field_merge_options`)
--
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]