Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.6.0
-
None
-
None
Description
e.g. to get tables which start with x, excluding views:
get_tables_by_type('default', 'x.*', 'EXTERNAL_TABLE|MANAGED_TABLE');
Besides direct use, this can also be used to simplify the JDBC getTables() API, which allows filtering by type.
Attachments
Issue Links
- is related to
-
HIVE-972 Support views
- Closed