wjones127 commented on code in PR #37797:
URL: https://github.com/apache/arrow/pull/37797#discussion_r1339072976


##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -2733,13 +2733,34 @@ cdef extern from "arrow/array/concatenate.h" namespace 
"arrow" nogil:
 
 cdef extern from "arrow/c/abi.h":
     cdef struct ArrowSchema:
-        pass
+        const char* format

Review Comment:
   Good point. I think the only need necessary is the `release` callback, since 
we do use that in the destructor for the capsules.



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