Skip to content

Commit

Permalink
fix: slt
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke committed Jun 18, 2024
1 parent e1c41e5 commit 4c43bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/sqllogictest/test_files/arrow_typeof.slt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Timestamp(Nanosecond, None)
query T
SELECT arrow_typeof(now())
----
Timestamp(Nanosecond, Some("+00:00"))
Timestamp(Nanosecond, Some("UTC"))

# arrow_typeof_timestamp_date32(
query T
Expand Down Expand Up @@ -322,7 +322,7 @@ select arrow_cast('30 minutes', 'Duration(Second)');
## Timestamptz

query P
select arrow_cast(timestamp '2000-01-01T00:00:00', 'Timestamp(Nanosecond, Some( "+00:00" ))');
select arrow_cast(timestamp '2000-01-01T00:00:00', 'Timestamp(Nanosecond, Some( "UTC" ))');
----
2000-01-01T00:00:00Z

Expand Down

0 comments on commit 4c43bd4

Please sign in to comment.