emkornfield commented on code in PR #41299:
URL: https://github.com/apache/arrow/pull/41299#discussion_r1583453241
##########
docs/source/format/CanonicalExtensions.rst:
##########
@@ -251,6 +251,17 @@ Variable shape tensor
Values inside each **data** tensor element are stored in
row-major/C-contiguous
order according to the corresponding **shape**.
+UUID
+====
+
+* Extension name: `arrow.uuid`.
+
+* The storage type of the extension is ``FixedSizeBinary`` with a length of 16
bytes.
+
+.. note::
+ A specific UUID version is not required or guaranteed. This extension
represents
Review Comment:
it seems that specifying the version should be optional metadata?
--
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]