[
https://issues.apache.org/jira/browse/HIVE-20714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646060#comment-16646060
]
Daniel Dai commented on HIVE-20714:
-----------------------------------
+1 pending tests.
> 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)