tustvold commented on code in PR #4927:
URL: https://github.com/apache/arrow-datafusion/pull/4927#discussion_r1071491689
##########
datafusion/core/tests/sql/timestamp.rs:
##########
@@ -1539,13 +1539,13 @@ async fn cast_timestamp_to_timestamptz() -> Result<()> {
let actual = execute_to_batches(&ctx, sql).await;
let expected = vec![
-
"+----------------------------------+---------------------------------------+",
- "| table_a.ts | arrowtypeof(table_a.ts)
|",
-
"+----------------------------------+---------------------------------------+",
- "| 2020-09-08T13:42:29.190855+00:00 | Timestamp(Nanosecond,
Some(\"+00:00\")) |",
- "| 2020-09-08T12:42:29.190855+00:00 | Timestamp(Nanosecond,
Some(\"+00:00\")) |",
- "| 2020-09-08T11:42:29.190855+00:00 | Timestamp(Nanosecond,
Some(\"+00:00\")) |",
-
"+----------------------------------+---------------------------------------+",
+
"+-----------------------------+---------------------------------------+",
+ "| table_a.ts | arrowtypeof(table_a.ts)
|",
+
"+-----------------------------+---------------------------------------+",
+ "| 2020-09-08T13:42:29.190855Z | Timestamp(Nanosecond,
Some(\"+00:00\")) |",
Review Comment:
https://github.com/apache/arrow-rs/pull/3449 from @JayjeetAtGithub :tada:
--
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]