You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "GuangMing Lu (Jira)" <ji...@apache.org> on 2021/06/11 04:27:00 UTC

[jira] [Assigned] (HIVE-25239) Create the compression table but the properties Compressed is No

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

GuangMing Lu reassigned HIVE-25239:
-----------------------------------

    Assignee:     (was: GuangMing Lu)

> Create the compression table but the properties Compressed is No
> ----------------------------------------------------------------
>
>                 Key: HIVE-25239
>                 URL: https://issues.apache.org/jira/browse/HIVE-25239
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 3.1.0
>            Reporter: GuangMing Lu
>            Priority: Major
>              Labels: easyfix
>             Fix For: 4.0.0
>
>         Attachments: HIVE-25239.01.patch, image-2021-06-11-10-49-25-710.png
>
>
> Create an ORC Snappy format table, call 'desc formatted table' found that 'Compressed' is No, should need to display as YES
> {quote}create database lgm;
> create table lgm.test_tbl(
>  f1 int,
>  f2 string
> ) stored as orc
> TBLPROPERTIES("orc.compress"="snappy");
> desc formatted lgm.test_tbl;
> !image-2021-06-11-10-49-25-710.png!
> {quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)