You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Manish Maheshwari (Jira)" <ji...@apache.org> on 2022/08/31 09:42:00 UTC

[jira] [Created] (IMPALA-11544) Support migrating ACID tables to Iceberg tables

Manish Maheshwari created IMPALA-11544:
------------------------------------------

             Summary: Support migrating ACID tables to Iceberg tables
                 Key: IMPALA-11544
                 URL: https://issues.apache.org/jira/browse/IMPALA-11544
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Manish Maheshwari


To extend Impala support for Iceberg, we should support reading Hive ACID tables and re-creating them in the iceberg format. The steps would beĀ 
 # Read ACID table
 # Create iceberg table in V2 format and parquet file format with a temporary name
 # Drop ACID table
 # Rename the iceberg temporary named table to the original table name
 # Collect stats (optionally)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)