[
https://issues.apache.org/jira/browse/HIVE-25239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361375#comment-17361375
]
XixiHua commented on HIVE-25239:
--------------------------------
hi, this is to be fixed, https://issues.apache.org/jira/browse/HIVE-2250
> 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
> 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)