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
![Screenshot 2024-10-16 at 11.28.36.png Screenshot 2024-10-16 at 11.28.36.png](/t5/image/serverpage/image-id/11985iFEE21B709B2D64FD/image-size/large?v=v2&px=999)
Thanks for your help