[ https://issues.apache.org/jira/browse/HIVE-20714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jaume M updated HIVE-20714: --------------------------- Attachment: HIVE-20714.1.patch Status: Patch Available (was: Open) > 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 > Assignee: Jaume M > Priority: Major > Attachments: HIVE-20714.1.patch > > > 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)