Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-25239

Create the compression table but the properties Compressed is No

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 3.1.0
    • None
    • Hive

    Description

      Create an ORC Snappy format table, call 'desc formatted table' found that 'Compressed' is No, should need to display as YES

      create database lgm;

      create table lgm.test_tbl(
      f1 int,
      f2 string
      ) stored as orc
      TBLPROPERTIES("orc.compress"="snappy");

      desc formatted lgm.test_tbl;

      Attachments

        1. HIVE-25239.01.patch
          3 kB
          GuangMing Lu
        2. image-2021-06-11-10-49-25-710.png
          37 kB
          GuangMing Lu

        Activity

          People

            Unassigned Unassigned
            luguangming GuangMing Lu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: