Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9442 Make sure all data types work for PARQUET
  3. HIVE-9490

[Parquet] Support Alter Table/Partition Concatenate

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Parquet should support
      ALTER TABLE table_name [PARTITION (partition_key = 'partition_value')] CONCATENATE;

      If the table or partition contains many small Parquet files, then the above command will merge them into larger files. The merge should happen at row group level thereby avoiding the overhead of decompressing and decoding the data.
      It is only supported by RCFiles or ORCFiles now.

      Attachments

        1. HIVE-9490.patch-testcase
          2 kB
          Dong Chen

        Issue Links

          Activity

            People

              dongc Dong Chen
              dongc Dong Chen
              Votes:
              2 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: