AlenkaF commented on code in PR #35865:
URL: https://github.com/apache/arrow/pull/35865#discussion_r1218853435
##########
python/pyarrow/array.pxi:
##########
@@ -2053,6 +2053,38 @@ cdef class ListArray(BaseListArray):
@property
def values(self):
+ """
+ Return the underlying array of values which backs the ListArray.
Review Comment:
```suggestion
Return the underlying array of values which backs the ListArray
ignoring the array's offset.
```
Same for LargeListArray ...
--
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]