raulcd commented on code in PR #39516:
URL: https://github.com/apache/arrow/pull/39516#discussion_r1447274641


##########
python/pyarrow/array.pxi:
##########
@@ -2467,7 +2467,7 @@ cdef class MapArray(ListArray):
     """
 
     @staticmethod
-    def from_arrays(offsets, keys, items, MemoryPool pool=None):
+    def from_arrays(offsets, keys, items, DataType type=None, MemoryPool 
pool=None):

Review Comment:
   oh! I see, I did a search and didn't found other occurrences. Thanks 
@AlenkaF for pointing that out



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to