rok commented on code in PR #41257:
URL: https://github.com/apache/arrow/pull/41257#discussion_r1569026700
##########
docs/source/format/CanonicalExtensions.rst:
##########
@@ -251,6 +251,33 @@ Variable shape tensor
Values inside each **data** tensor element are stored in
row-major/C-contiguous
order according to the corresponding **shape**.
+.. _text_data_format_extension:
+
+Text data format
+=================
+
+* Extension name: `arrow.text_data_format`.
+
+* The storage type of the extension is ``StringArray`` or
+ ``LargeStringArray``or ``StringViewArray``.
Review Comment:
@pitrou any thougts on storage type?
--
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]