With the JDBC Driver, ResultSet metadata gives the column type as column name

EricCournarie
New Contributor III

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

Thanks for your help