crepererum commented on code in PR #7899:
URL: https://github.com/apache/arrow-datafusion/pull/7899#discussion_r1368302240


##########
datafusion/common/src/scalar.rs:
##########
@@ -5185,6 +5190,25 @@ mod tests {
         assert_eq!(1, arr.len());
     }
 
+    #[test]
+    fn test_newlist_timestamp_zone() {
+        let s: &'static str = "UTC";
+        let values = vec![ScalarValue::TimestampMillisecond(Some(1), 
Some(s.into()))];
+        let arr = ScalarValue::new_list(
+            &values,

Review Comment:
   Does this fail if the timezone provided by one of the values is different 
than the one provided by the datatype argument?



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