paleolimbot commented on code in PR #50839:
URL: https://github.com/apache/arrow/pull/50839#discussion_r4040889607


##########
docs/source/format/Columnar.rst:
##########
@@ -864,6 +864,12 @@ A union is defined by an ordered sequence of types; each 
slot in the
 union can have a value chosen from these types. The types are named
 like a struct's fields, and the names are part of the type metadata.
 
+Each child type in a union has a type id (an 8-bit signed integer)
+that identifies it in the types buffer. By default, these type ids
+correspond directly to the child array indices (0, 1, ...), but an optional
+``typeIds`` metadata array can provide an explicit mapping from child array

Review Comment:
   Also possibly calling it just typeIds metadata (the term "array" here I 
believe is talking about a different kind of array than it is later in the 
paragraph)



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