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


##########
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:
   Yes, the test fails (and test as is fails on master).



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