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

[jira] [Created] (HIVE-25239) Create the compression table but the compressed properties are no

GuangMing Lu created HIVE-25239:
-----------------------------------

             Summary: Create the compression table but the compressed properties are 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
         Attachments: 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)