Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-18373

Make it easier to search for column name in a table

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0
    • None
    • None

    Description

      Within a database, to filter for tables with the string 'abc' in its name, I can use something like:

      hive> use my_database;
      hive> show tables '*abc*';
      

      It would be great if I can do something similar to search within the list of columns in a table.
      I have a table with around 3200 columns. Searching for the column of interest is an onerous task after doing a describe on it.

      Attachments

        1. HIVE-18373.1.patch
          14 kB
          Madhudeep Petwal
        2. HIVE-18373.2.patch
          18 kB
          Madhudeep Petwal
        3. HIVE-18373.3.patch
          19 kB
          Madhudeep Petwal

        Activity

          People

            minions Madhudeep Petwal
            siddhantsaraf Siddhant Saraf
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: