sum12 commented on a change in pull request #771:
URL: https://github.com/apache/arrow-rs/pull/771#discussion_r716872259



##########
File path: arrow/src/compute/kernels/temporal.rs
##########
@@ -294,4 +301,54 @@ mod tests {
         assert!(!b.is_valid(1));
         assert_eq!(7, b.value(2));
     }
+
+    #[test]
+    fn test_temporal_array_timestamp_second_with_timezone() {
+        use std::sync::Arc;
+
+        let a = Arc::new(TimestampSecondArray::from_vec(
+            vec![10, 20],
+            Some("+0000".to_string()),

Review comment:
       fixed this. thanks for spotting. 




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