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

SHOW tblproperties for a single property returns the value in the name column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 4.0.0-alpha-1
    • None
    • None
    • Reviewed

    Description

      show tblproperties default.tmpfoo("bar") returns:

      +------------+-------------+
      | prpt_name  | prpt_value  |
      +------------+-------------+
      | bar value  | NULL        |
      +------------+-------------+
      

      It should return

      +------------+-------------+
      | prpt_name  | prpt_value  |
      +------------+-------------+
      | bar  | bar value        |
      +------------+-------------+
      

      Attachments

        1. HIVE-20714.1.patch
          6 kB
          Jaume M

        Activity

          People

            jmarhuen Jaume M
            jmarhuen Jaume M
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: