alexswo commented on code in PR #35582:
URL: https://github.com/apache/arrow/pull/35582#discussion_r1220356728


##########
python/pyarrow/table.pxi:
##########
@@ -491,6 +497,11 @@ cdef class ChunkedArray(_PandasConvertible):
             PandasOptions c_options
             object values
 
+        if zero_copy_only:

Review Comment:
   nit, how about putting the `if/raise` statement before the `cdef`? 



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