jorisvandenbossche commented on a change in pull request #10272:
URL: https://github.com/apache/arrow/pull/10272#discussion_r633344983
##########
File path: python/pyarrow/array.pxi
##########
@@ -2153,7 +2186,8 @@ cdef class StructArray(Array):
return [pyarrow_wrap_array(arr) for arr in arrays]
@staticmethod
- def from_arrays(arrays, names=None, fields=None):
+ def from_arrays(arrays, names=None, fields=None, mask=None,
+ memory_pool=None):
Review comment:
It seems we are also inconsistent in the naming of this keyword, the
`ListArray.from_arrays` above uses a `pool` keyword (but `memory_pool` is used
more often, so this change is fine, will open a JIRA to make this consistent)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]