N Campbell created HIVE-3177:
--------------------------------
Summary: ensure the Resultset returned by getTables and getColumns
conforms to JDBC 3.0
Key: HIVE-3177
URL: https://issues.apache.org/jira/browse/HIVE-3177
Project: Hive
Issue Type: Improvement
Affects Versions: 0.8.1
Reporter: N Campbell
The ORACLE JDBC API documentation for 3.0 defines the result set column names
and types a driver should be returning for those methods. The Hive driver is
returning 5 instead of 10 for getTables and 22 instead of 23 for getColumns. An
applicable value should be returned in any column where there is no equivalent
concept/metadata object in Hive for one or more of the JDBC documented columns
vs not returning it or throwing exceptions etc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira