ZhangHuiGui commented on code in PR #41295:
URL: https://github.com/apache/arrow/pull/41295#discussion_r1573127181
##########
python/pyarrow/array.pxi:
##########
@@ -2747,69 +2824,8 @@ cdef class ListViewArray(Array):
"""
return pyarrow_wrap_array((<CListViewArray*> self.ap).sizes())
- def flatten(self, memory_pool=None):
Review Comment:
Pyarrow's mainly changes should be here. `[Large]ListViewArray` does not
seem to need to maintain an independent flatten interface separately, and can
directly use the one provided by `BaseListArray`.
--
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]