jorisvandenbossche commented on code in PR #39652:
URL: https://github.com/apache/arrow/pull/39652#discussion_r1471078794


##########
python/pyarrow/array.pxi:
##########
@@ -2943,6 +2943,12 @@ cdef class LargeStringArray(Array):
                                   null_count, offset)
 
 
+cdef class StringViewArray(Array):
+    """
+    Concrete class for Arrow arrays of string (or utf8) view data type.
+    """

Review Comment:
   It's unclear if we need to add any specific method here (at least it's not 
needed for the current TODO items in the parent issue), so going to leave this 
as is for now.



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