You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jaume M (JIRA)" <ji...@apache.org> on 2018/10/08 20:58:00 UTC

[jira] [Updated] (HIVE-20714) SHOW tblproperties for a single property returns the value in the name column

     [ 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)