I am using presto ODBC to fetch data from Hive into one of the BI tools, however, the query fails with the below error. Could you please help me to understand what might be the issue.
ODBC version: Simba Presto ODBC Driver 1.02.09.1009
used sql : select created_ts from stg_tables.vend
Jul 07 08:07:03.919 ERROR 500 Statement::SQLPrepareW: [Simba][Presto] (1070) Unknown Presto data type: timestamp(3)
While if I am using below SQL it goes good. select to_iso8601(created_ts AT TIME ZONE 'UTC') from stg_tables.ven