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)