[ 
https://issues.apache.org/jira/browse/HIVE-20714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated HIVE-20714:
------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 4.0.0
           Status: Resolved  (was: Patch Available)

Patch pushed to master. Thanks [~jmarhuen]!

> 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
>             Fix For: 4.0.0
>
>         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)

Reply via email to