Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-8738

Add a column representing the type(table or view) in the show tables output

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Catalog, Frontend
    • ghx-label-7

    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

          Activity

            People

              baotuquan baotuquan
              baotuquan baotuquan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: