waitingkuo opened a new issue, #2931:
URL: https://github.com/apache/arrow-rs/issues/2931

   ```bash
   cargo test --features chrono-tz
   ```
   
   ```bash
   failures:
   
   ---- compute::kernels::cast::tests::test_cast_timestamp_to_string stdout ----
   [arrow/src/compute/kernels/cast.rs:3852] &array = 
PrimitiveArray<Timestamp(Millisecond, None)>
   [
     1997-05-19T00:00:00.005,
     2018-12-25T00:00:00.001,
     null,
   ]
   thread 'compute::kernels::cast::tests::test_cast_timestamp_to_string' 
panicked at 'assertion failed: `(left == right)`
     left: `"1997-05-19 00:00:00.005"`,
    right: `"1997-05-19 00:00:00.005 +00:00"`', 
arrow/src/compute/kernels/cast.rs:3856:9
   
   ---- compute::kernels::cast::tests::test_timestamp_cast_utf8 stdout ----
   thread 'compute::kernels::cast::tests::test_timestamp_cast_utf8' panicked at 
'assertion failed: `(left == right)`
     left: `StringArray
   [
     "1970-01-01 20:30:00 +10:00",
     null,
     "1970-01-02 09:58:59 +10:00",
   ]`,
    right: `StringArray
   [
     "1970-01-01 20:30:00",
     null,
     "1970-01-02 09:58:59",
   ]`', arrow/src/compute/kernels/cast.rs:5762:9
   
   ---- csv::writer::tests::test_export_csv_timestamps stdout ----
   thread 'csv::writer::tests::test_export_csv_timestamps' panicked at 
'assertion failed: `(left == right)`
     left: 
`Some("c1,c2\n2019-04-18T20:54:47.378000000+10:00,2019-04-18T10:54:47.378000000+00:00\n2021-10-30T17:59:07.000000000+11:00,2021-10-30T06:59:07.000000000+00:00\n")`,
    right: 
`Some("c1,c2\n2019-04-18T20:54:47.378000000+10:00,2019-04-18T10:54:47.378000000\n2021-10-30T17:59:07.000000000+11:00,2021-10-30T06:59:07.000000000\n")`',
 arrow/src/csv/writer.rs:652:9
   
   ---- csv::writer::tests::test_write_csv stdout ----
   thread 'csv::writer::tests::test_write_csv' panicked at 'assertion failed: 
`(left == right)`
     left: `"c1,c2,c3,c4,c5,c6,c7\nLorem ipsum dolor sit 
amet,123.564532,3,true,,00:20:34,cupcakes\nconsectetur adipiscing 
elit,,2,false,2019-04-18T10:54:47.378000000+00:00,06:51:20,cupcakes\nsed do 
eiusmod 
tempor,-556132.25,1,,2019-04-18T02:45:55.555000000+00:00,23:46:03,foo\nLorem 
ipsum dolor sit amet,123.564532,3,true,,00:20:34,cupcakes\nconsectetur 
adipiscing 
elit,,2,false,2019-04-18T10:54:47.378000000+00:00,06:51:20,cupcakes\nsed do 
eiusmod 
tempor,-556132.25,1,,2019-04-18T02:45:55.555000000+00:00,23:46:03,foo\n"`,
    right: `"c1,c2,c3,c4,c5,c6,c7\nLorem ipsum dolor sit 
amet,123.564532,3,true,,00:20:34,cupcakes\nconsectetur adipiscing 
elit,,2,false,2019-04-18T10:54:47.378000000,06:51:20,cupcakes\nsed do eiusmod 
tempor,-556132.25,1,,2019-04-18T02:45:55.555000000,23:46:03,foo\nLorem ipsum 
dolor sit amet,123.564532,3,true,,00:20:34,cupcakes\nconsectetur adipiscing 
elit,,2,false,2019-04-18T10:54:47.378000000,06:51:20,cupcakes\nsed do eiusmod 
tempor,-556132.25,1,,2019-04-18T02:45:55.555000000,23:46:03,foo\n"`', 
arrow/src/csv/writer.rs:546:9
   
   
   failures:
       compute::kernels::cast::tests::test_cast_timestamp_to_string
       compute::kernels::cast::tests::test_timestamp_cast_utf8
       csv::writer::tests::test_export_csv_timestamps
       csv::writer::tests::test_write_csv
   
   test result: FAILED. 751 passed; 4 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 1.21s
   ```


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