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


##########
docs/source/format/CanonicalExtensions.rst:
##########
@@ -72,4 +72,26 @@ same rules as laid out above, and provide backwards 
compatibility guarantees.
 Official List
 =============
 
-No canonical extension types have been standardized yet.
+Fixed size tensor
+=================
+
+* Extension name: `arrow.fixed_size_tensor`.
+
+* The storage type of the extension: ``FixedSizeList``.

Review Comment:
   @AlenkaF I think we should probably describe the size in context of the 
tensor (i.e. the product of the shape), instead of generic explanation of 
FixedSizeList type. Also "size of the child array (individual tensor)." isn't 
fully correct, since the "child array" is generally considered to be the full 
child array (which would have a size of "(length of TensorArray) x (size of 
each individual tensor)") 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to