Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Currently the following query will fail with a cast exception (tries to cast timestamp to timestamp with local timezone).
select to_epoch_milli(current_timestamp)
As a simple fix we need to add support for timestamp object inspector.