alamb commented on code in PR #9102:
URL: https://github.com/apache/arrow-rs/pull/9102#discussion_r2669323143


##########
arrow-row/src/lib.rs:
##########
@@ -435,6 +470,11 @@ mod variable;
 ///
 /// The order of a given column can be reversed by negating the encoded bytes 
of non-null values
 ///
+/// ## Union Ordering
+///
+/// Values of the same type are ordered according to the ordering of that type.
+/// Values of different types are ordered by their type id.

Review Comment:
   Since I am trying to prepare the 57.2.0 I took the liberty of making this 
change directly to this PR in 08efd425348. If I got it wrong or you would like 
other changes, I will be happy to make a follow on PR



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