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


##########
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:
   Is it worth adding TODOs or linking future GH issues?



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