yukkit opened a new issue, #7266:
URL: https://github.com/apache/arrow-datafusion/issues/7266

   ### Describe the bug
   
   As the title
   
   ### To Reproduce
   
   ```rust
       #[test]
       fn test_build_timestamp_millisecond_list() {
           let values = vec![ScalarValue::TimestampMillisecond(Some(1), None)];
           let ts_list = ScalarValue::new_list(
               Some(values),
               DataType::Timestamp(TimeUnit::Millisecond, None),
           );
           let list = ts_list.to_array_of_size(1);
           assert_eq!(1, list.len());
       }
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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