[ https://issues.apache.org/jira/browse/HIVE-25239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361387#comment-17361387 ]
GuangMing Lu commented on HIVE-25239: ------------------------------------- Hi [XixiHua|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=honeyaya], It's not be solved, you can test in master branch. Compressed should be marked as the attribute value when building a table > 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)