Thejas M Nair created HIVE-4267: ----------------------------------- Summary: fix ResultSet.getString in hiveserver2 jdbc driver for binary, timestamp Key: HIVE-4267 URL: https://issues.apache.org/jira/browse/HIVE-4267 Project: Hive Issue Type: Bug Components: HiveServer2, JDBC Reporter: Thejas M Nair Assignee: Thejas M Nair Fix For: 0.11.0
The jdbc driver for hive server2 is printing binary using byte[].toString() instead of first converting it string by using it as a string constructor argument. In case of timestamp field, it is printed with a .0 at the end, which is inconsistent with hive cli. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira