Details
Description
Now the output of the show tables command in the system is as follows:
default> show tables;
Query: show tables
+----------+
| name |
+----------+
| table1 |
| view1 |
+----------+
I think we should add a column for the representation type,The output should be like this
default> show tables;
Query: show tables
+---------------+
| name | type |
+----------------+
| table1 | table |
| view1 | view |
+----------------+
Attachments
Issue Links
- relates to
-
HIVE-21301 Show tables statement to include views and materialized views
- Closed
1.
|
Impala Doc: Document the new SHOW EXTENDED TABLE statement | Open | Unassigned |