You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Datafusion doesn't support comparison between Timestamp and TimestampTz
To Reproduce
DataFusion CLI v18.0.0
❯ select '2021-1-1'::timestamptz > '2021-1-1'::timestamp
;
Internal error: Cannot evaluate binary expression Gt with types Timestamp(Nanosecond, None) and Timestamp(Nanosecond, Some("+00:00")). This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
the same query in PG runs fine Expected behavior
Make timestamp comparison with timestamptz work
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
Datafusion doesn't support comparison between Timestamp and TimestampTz
To Reproduce
the same query in PG runs fine
Expected behavior
Make timestamp comparison with timestamptz work
Additional context
None
The text was updated successfully, but these errors were encountered: