Forum Post: Support for newer Hive data types - VARCHAR and CHAR

  • Thread starter Thread starter hagelund
  • Start date Start date
Status
Not open for further replies.
H

hagelund

Guest
Hive introduced VARCHAR in 0.12.0 and CHAR in 0.13.0. Are there plans to support these in JDBC and ODBC? (And if yes, approximately when?) Currently, a table like this: create table mule ( id int, name string, amount float, comment varchar(1024), misc binary ) …; Results in: [DataDirect][Hive JDBC Driver]Unsupported data type in column 3

Continue reading...
 
Status
Not open for further replies.
Back
Top