1fanwang commented on code in PR #51161:
URL: https://github.com/apache/arrow/pull/51161#discussion_r3953484964


##########
python/pyarrow/array.pxi:
##########
@@ -4293,8 +4293,9 @@ cdef class DictionaryArray(Array):
         return self._indices
 
     @staticmethod
-    def from_buffers(DataType type, int64_t length, buffers, Array dictionary,
-                     int64_t null_count=-1, int64_t offset=0):
+    def from_buffers(DataType type not None, int64_t length, buffers,
+                     Array dictionary, int64_t null_count=-1,
+                     int64_t offset=0):

Review Comment:
   Done in 
https://github.com/apache/arrow/commit/6b429e85a11152d1955eb3292894d385c142e76c.



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