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...
Continue reading...