pitrou commented on code in PR #13894:
URL: https://github.com/apache/arrow/pull/13894#discussion_r960317252


##########
python/pyarrow/array.pxi:
##########
@@ -2015,7 +2020,8 @@ cdef class LargeListArray(BaseListArray):
         type : DataType, optional
             If not specified, a default ListType with the values' type is
             used.
-        pool : MemoryPool
+        pool : MemoryPool, optional
+        mask : Array (boolean type), optional

Review Comment:
   Also describe parameter here
   ```suggestion
           mask : Array (boolean type), optional
               Indicate which values are null (True) or not null (False).
   ```



-- 
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]

Reply via email to