b41sh commented on a change in pull request #779:
URL: https://github.com/apache/arrow-rs/pull/779#discussion_r714170942



##########
File path: arrow/src/array/array_primitive.rs
##########
@@ -624,6 +625,22 @@ mod tests {
         assert!(arr.is_null(1));
         assert_eq!(-5, arr.value(2));
         assert_eq!(-5, arr.values()[2]);
+
+        // a month_day_nano interval contains months, days and nanoseconds,
+        // but we do not yet have accessors for the values

Review comment:
       I added some TODO comments, PTAL




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