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


##########
arrow-arith/src/arithmetic.rs:
##########
@@ -4649,4 +4731,144 @@ mod tests {
         ]);
         assert_eq!(&expected, result);
     }
+
+    #[test]
+    fn test_timestamp_second_subtract_timestamp() {

Review Comment:
   I wonder if we could extract a generic function typed on the timestamp and 
duration types, this would avoid the duplication?



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