Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-5
Description
Iceberg equality delete support in Impala is a subset of what the Iceberg spec allows for equality deletes. Currently, we have sufficient implementation to use eq-deletes created by Flink. As a next step, let's examine if this implementation is sufficient for eq-deletes created by NiFi.
In theory, NiFi uses Flink's eq-delete implementation so Impala should be fine reading such data. However, at least some manual tests needed for verification, and if it turns out that there are some uncovered edge cases, we should fill these holes in the implementation (probably in separate jiras).