Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0, 4.0.0
-
None
Description
HIVE-19974 introduced backwards incompatible change, with SHOW TABLES statement showing only managed/external tables in the system.
This issue will restore old behavior, with SHOW TABLES showing all queryable entities, including views and materialized views.
Instead, to provide information about table types, SHOW EXTENDED TABLES statement is introduced, which includes an additional column with the table type for each of the tables listed.
Besides, the possibility to filter the show tables statements with a WHERE `table_type` = 'ANY_TYPE' clause is introduced.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-21501 Invisible views using ODBC
- Resolved
- is duplicated by
-
HIVE-21501 Invisible views using ODBC
- Resolved
- is related to
-
IMPALA-8738 Add a column representing the type(table or view) in the show tables output
- In Progress
- relates to
-
HIVE-19974 Show tables statement includes views and materialized views
- Closed
- links to