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


##########
python/pyarrow/types.pxi:
##########
@@ -326,6 +326,22 @@ cdef class DataType(_Weakrefable):
         """
         return self.type.layout().buffers.size()
 
+    @property
+    def is_variadic(self):

Review Comment:
   should we call this something different than `is_variadic` ? 
@jorisvandenbossche @pitrou thoughts?



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