Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Steps to Reproduce:
//Derby table: create table testtbl(a BOOLEAN, b TIMESTAMP); // Insert to table via mysql connector // data in db true 2019-11-11 12:00:00 //Hive table: CREATE EXTERNAL TABLE `hive_table`( a BOOLEAN, b TIMESTAMP ) STORED BY 'org.apache.hive.storage.jdbc.JdbcStorageHandler' TBLPROPERTIES ( 'hive.sql.database.type'='DERBY', 'hive.sql.dbcp.password'='', 'hive.sql.dbcp.username'='', 'hive.sql.jdbc.driver'='', 'hive.sql.jdbc.url'='', 'hive.sql.table'='testtbl'); //Hive query: select * from hive_table; // result from select query false 2019-11-11 20:00:00
Attachments
Attachments
Issue Links
- blocks
-
HIVE-22392 Hive JDBC Storage Handler: Support For Writing Data to JDBC Data Source
- Closed
- links to