Hello,
Using the JDBC Driver , when I check the metadata of a result set, when retrieving the column name, it's the column type that is given . Here what it looks like in the meta data . Using version 2.6.40, with the query
SELECT "id" string, "year" bigint,"day" string, "ts" timestamp, "nts" string FROM DATABRICKS_timestamps_datab
Thanks for your help