Jaume M created HIVE-20714:
------------------------------

             Summary: SHOW tblproperties for a single property returns the 
value in the name column
                 Key: HIVE-20714
                 URL: https://issues.apache.org/jira/browse/HIVE-20714
             Project: Hive
          Issue Type: Bug
    Affects Versions: 3.1.0
            Reporter: Jaume M


show tblproperties default.tmpfoo("bar") returns:
{code}
+------------+-------------+
| prpt_name  | prpt_value  |
+------------+-------------+
| bar value  | NULL        |
+------------+-------------+
{code}
It should return
{code}
+------------+-------------+
| prpt_name  | prpt_value  |
+------------+-------------+
| bar  | bar value        |
+------------+-------------+
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to