Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-4
Description
Impala should be able to INSERT and INSERT OVERWRITE data into Iceberg tables that use the Parquet file format.
DELETEs and UPDATEs are out-of-scope of this task.
If possible, use the existing parquet writers of Impala. Only use the AppendFiles API of Iceberg to update the table snapshot.