tustvold commented on code in PR #5656:
URL: https://github.com/apache/arrow-rs/pull/5656#discussion_r1568022381


##########
arrow-ord/src/comparison.rs:
##########
@@ -1714,18 +1714,17 @@ mod tests {
                 IntervalDayTimeType::make_value(1, 3000),
                 // 90M milliseconds
                 IntervalDayTimeType::make_value(0, 90_000_000),
+                IntervalDayTimeType::make_value(4, 10),

Review Comment:
   The interval ordering is now even more arbitrary :sweat_smile: 
   
   I suspect this is the most user-visible change, as I suspect not many people 
are manually bit-twiddling



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