Description
I've been using the hive jdbc driver more and more and was missing some functionality which I added
HiveDatabaseMetaData.getTables
Using "show tables" to get the info from hive.
HiveDatabaseMetaData.getColumns
Using "describe tablename" to get the columns.
This makes using something like SQuirreL a lot nicer since you have the list of tables and just click on the content tab to see what's in the table.
I also implemented
HiveResultSet.getObject(String columnName) so you call most get* methods based on the column name.
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-1368 Hive JDBC Integration with SQuirrel SQL Client support Enhanced
- Closed
- is part of
-
HIVE-576 complete jdbc driver
- Open
- is related to
-
HIVE-1378 Return value for map, array, and struct needs to return a string
- Closed
- relates to
-
HIVE-1368 Hive JDBC Integration with SQuirrel SQL Client support Enhanced
- Closed