vibhatha commented on code in PR #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r841968905
##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -2328,6 +2370,8 @@ cdef extern from "arrow/compute/api.h" namespace
"arrow::compute" nogil:
const shared_ptr[CTable]& table() const
const shared_ptr[CScalar]& scalar() const
+ CArrayData* mutable_array() const
Review Comment:
We can omit this.
--
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]