danepitkin commented on code in PR #43795:
URL: https://github.com/apache/arrow/pull/43795#discussion_r1737170052


##########
python/pyarrow/table.pxi:
##########
@@ -1407,6 +1435,19 @@ cdef class ChunkedArray(_PandasConvertible):
         self.init(c_chunked_array)
         return self
 
+    def is_cpu(self):

Review Comment:
   It was an oversight not to add `@property`. I agree we should stay 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to