Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-393

HAWQ access of hcatalog metadata using \d

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0.0-incubating
    • Hcatalog, PXF
    • None

    Description

      As a Hawq user, after enabling hcatalog integration feature,
      I want to be able to display (\d) tables in hcatalog so that I know what tables are available and the contents of their schemas.

      Acceptance Criteria
      1. Ability to describe a single table.

      \d hcatalog.databaseName.t1
      

      ,

      \d+ hcatalog.databaseName.t1
      

      2. Ability to describe the every table in a database of hcatalog:

      \d hcatalog.databaseName.*
      

      3. Ability to list tables that match patterns (only wildcard is supported)
      e.g.

      \d hcatalog.databaseName.prefix_*
      

      4. Ability to list databases in hcatalog:

      \d hcatalog.*
      

      5. Tab autocomplete of items from hcatalog. (optional)

      [1] based on current implementation, we cache the meta data from hcatalog within the same transaction.

      Attachments

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              odiachenko Oleksandr Diachenko
              godenyao Goden Yao
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: