waitingkuo commented on code in PR #2932:
URL: https://github.com/apache/arrow-rs/pull/2932#discussion_r1005262238
##########
arrow/src/compute/kernels/cast.rs:
##########
@@ -5754,9 +5754,9 @@ mod tests {
let out = cast(&(Arc::new(array) as ArrayRef),
&DataType::Utf8).unwrap();
let expected = StringArray::from(vec![
- Some("1970-01-01 20:30:00"),
+ Some("1970-01-01 20:30:00 +10:00"),
None,
- Some("1970-01-02 09:58:59"),
+ Some("1970-01-02 09:58:59 +10:00"),
Review Comment:
the result for Timestamp(Unit, Some("Australia/Sydnet")) should contains
+10:00
--
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]